7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/AppType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/sagemaker/model/ResourceSpec.h>
13#include <aws/sagemaker/model/Tag.h>
49 inline void SetDomainId(
const char* value) { m_domainIdHasBeenSet =
true; m_domainId.assign(value); }
64 inline void SetUserProfileName(
const char* value) { m_userProfileNameHasBeenSet =
true; m_userProfileName.assign(value); }
79 inline void SetSpaceName(
const char* value) { m_spaceNameHasBeenSet =
true; m_spaceName.assign(value); }
91 inline void SetAppType(
const AppType& value) { m_appTypeHasBeenSet =
true; m_appType = value; }
92 inline void SetAppType(
AppType&& value) { m_appTypeHasBeenSet =
true; m_appType = std::move(value); }
105 inline void SetAppName(
const char* value) { m_appNameHasBeenSet =
true; m_appName.assign(value); }
147 bool m_domainIdHasBeenSet =
false;
150 bool m_userProfileNameHasBeenSet =
false;
153 bool m_spaceNameHasBeenSet =
false;
156 bool m_appTypeHasBeenSet =
false;
159 bool m_appNameHasBeenSet =
false;
162 bool m_tagsHasBeenSet =
false;
165 bool m_resourceSpecHasBeenSet =
false;
void SetAppName(const Aws::String &value)
void SetResourceSpec(const ResourceSpec &value)
void SetDomainId(const char *value)
void SetTags(Aws::Vector< Tag > &&value)
CreateAppRequest & WithAppType(const AppType &value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
CreateAppRequest & WithDomainId(Aws::String &&value)
void SetResourceSpec(ResourceSpec &&value)
void SetAppName(Aws::String &&value)
CreateAppRequest & WithSpaceName(const Aws::String &value)
CreateAppRequest & WithSpaceName(const char *value)
bool AppNameHasBeenSet() const
bool SpaceNameHasBeenSet() const
bool DomainIdHasBeenSet() const
const Aws::String & GetDomainId() const
CreateAppRequest & WithAppName(const Aws::String &value)
void SetSpaceName(const Aws::String &value)
const Aws::String & GetAppName() const
virtual const char * GetServiceRequestName() const override
AWS_SAGEMAKER_API CreateAppRequest()
CreateAppRequest & WithUserProfileName(const char *value)
void SetSpaceName(const char *value)
CreateAppRequest & WithUserProfileName(const Aws::String &value)
const Aws::String & GetSpaceName() const
void SetTags(const Aws::Vector< Tag > &value)
CreateAppRequest & WithAppName(const char *value)
CreateAppRequest & AddTags(const Tag &value)
const Aws::String & GetUserProfileName() const
void SetDomainId(Aws::String &&value)
void SetSpaceName(Aws::String &&value)
CreateAppRequest & WithUserProfileName(Aws::String &&value)
void SetAppType(AppType &&value)
CreateAppRequest & WithSpaceName(Aws::String &&value)
bool TagsHasBeenSet() const
void SetAppType(const AppType &value)
CreateAppRequest & WithTags(const Aws::Vector< Tag > &value)
void SetDomainId(const Aws::String &value)
CreateAppRequest & WithDomainId(const Aws::String &value)
CreateAppRequest & WithAppType(AppType &&value)
const ResourceSpec & GetResourceSpec() const
CreateAppRequest & AddTags(Tag &&value)
bool AppTypeHasBeenSet() const
const AppType & GetAppType() const
void SetUserProfileName(const Aws::String &value)
bool UserProfileNameHasBeenSet() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateAppRequest & WithAppName(Aws::String &&value)
bool ResourceSpecHasBeenSet() const
CreateAppRequest & WithTags(Aws::Vector< Tag > &&value)
CreateAppRequest & WithResourceSpec(ResourceSpec &&value)
CreateAppRequest & WithResourceSpec(const ResourceSpec &value)
CreateAppRequest & WithDomainId(const char *value)
void SetUserProfileName(const char *value)
const Aws::Vector< Tag > & GetTags() const
void SetAppName(const char *value)
void SetUserProfileName(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector