7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMakerRequest.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/AccountDefaultStatus.h>
12#include <aws/sagemaker/model/ModelRegistrationMode.h>
13#include <aws/sagemaker/model/Tag.h>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
63 template <
typename ArtifactStoreUriT = Aws::String>
65 m_artifactStoreUriHasBeenSet =
true;
66 m_artifactStoreUri = std::forward<ArtifactStoreUriT>(value);
68 template <
typename ArtifactStoreUriT = Aws::String>
83 template <
typename RoleArnT = Aws::String>
85 m_roleArnHasBeenSet =
true;
86 m_roleArn = std::forward<RoleArnT>(value);
88 template <
typename RoleArnT = Aws::String>
103 template <
typename KmsKeyIdT = Aws::String>
105 m_kmsKeyIdHasBeenSet =
true;
106 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
108 template <
typename KmsKeyIdT = Aws::String>
127 m_modelRegistrationModeHasBeenSet =
true;
128 m_modelRegistrationMode = value;
144 template <
typename WeeklyMa
intenanceWindowStartT = Aws::String>
146 m_weeklyMaintenanceWindowStartHasBeenSet =
true;
147 m_weeklyMaintenanceWindowStart = std::forward<WeeklyMaintenanceWindowStartT>(value);
149 template <
typename WeeklyMa
intenanceWindowStartT = Aws::String>
163 m_accountDefaultStatusHasBeenSet =
true;
164 m_accountDefaultStatus = value;
179 template <
typename DefaultDomainIdListT = Aws::Vector<Aws::String>>
181 m_defaultDomainIdListHasBeenSet =
true;
182 m_defaultDomainIdList = std::forward<DefaultDomainIdListT>(value);
184 template <
typename DefaultDomainIdListT = Aws::Vector<Aws::String>>
189 template <
typename DefaultDomainIdListT = Aws::String>
191 m_defaultDomainIdListHasBeenSet =
true;
192 m_defaultDomainIdList.emplace_back(std::forward<DefaultDomainIdListT>(value));
204 template <
typename TagsT = Aws::Vector<Tag>>
206 m_tagsHasBeenSet =
true;
207 m_tags = std::forward<TagsT>(value);
209 template <
typename TagsT = Aws::Vector<Tag>>
211 SetTags(std::forward<TagsT>(value));
214 template <
typename TagsT = Tag>
216 m_tagsHasBeenSet =
true;
217 m_tags.emplace_back(std::forward<TagsT>(value));
239 bool m_nameHasBeenSet =
false;
240 bool m_artifactStoreUriHasBeenSet =
false;
241 bool m_roleArnHasBeenSet =
false;
242 bool m_kmsKeyIdHasBeenSet =
false;
243 bool m_modelRegistrationModeHasBeenSet =
false;
244 bool m_weeklyMaintenanceWindowStartHasBeenSet =
false;
245 bool m_accountDefaultStatusHasBeenSet =
false;
246 bool m_defaultDomainIdListHasBeenSet =
false;
247 bool m_tagsHasBeenSet =
false;
const Aws::String & GetArtifactStoreUri() const
CreateMlflowAppRequest & WithKmsKeyId(KmsKeyIdT &&value)
void SetRoleArn(RoleArnT &&value)
CreateMlflowAppRequest & WithAccountDefaultStatus(AccountDefaultStatus value)
AWS_SAGEMAKER_API CreateMlflowAppRequest()=default
CreateMlflowAppRequest & AddTags(TagsT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Aws::String > & GetDefaultDomainIdList() const
ModelRegistrationMode GetModelRegistrationMode() const
const Aws::String & GetRoleArn() const
bool WeeklyMaintenanceWindowStartHasBeenSet() const
bool ModelRegistrationModeHasBeenSet() const
CreateMlflowAppRequest & WithDefaultDomainIdList(DefaultDomainIdListT &&value)
bool RoleArnHasBeenSet() const
const Aws::String & GetName() const
bool DefaultDomainIdListHasBeenSet() const
bool KmsKeyIdHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
bool AccountDefaultStatusHasBeenSet() const
CreateMlflowAppRequest & AddDefaultDomainIdList(DefaultDomainIdListT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetKmsKeyId() const
void SetDefaultDomainIdList(DefaultDomainIdListT &&value)
const Aws::String & GetWeeklyMaintenanceWindowStart() const
CreateMlflowAppRequest & WithName(NameT &&value)
bool TagsHasBeenSet() const
CreateMlflowAppRequest & WithTags(TagsT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetTags(TagsT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
void SetName(NameT &&value)
void SetArtifactStoreUri(ArtifactStoreUriT &&value)
bool NameHasBeenSet() const
bool ArtifactStoreUriHasBeenSet() const
void SetModelRegistrationMode(ModelRegistrationMode value)
CreateMlflowAppRequest & WithWeeklyMaintenanceWindowStart(WeeklyMaintenanceWindowStartT &&value)
void SetAccountDefaultStatus(AccountDefaultStatus value)
CreateMlflowAppRequest & WithRoleArn(RoleArnT &&value)
void SetWeeklyMaintenanceWindowStart(WeeklyMaintenanceWindowStartT &&value)
AccountDefaultStatus GetAccountDefaultStatus() const
CreateMlflowAppRequest & WithArtifactStoreUri(ArtifactStoreUriT &&value)
CreateMlflowAppRequest & WithModelRegistrationMode(ModelRegistrationMode 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