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>
107 m_modelRegistrationModeHasBeenSet =
true;
108 m_modelRegistrationMode = value;
124 template <
typename WeeklyMa
intenanceWindowStartT = Aws::String>
126 m_weeklyMaintenanceWindowStartHasBeenSet =
true;
127 m_weeklyMaintenanceWindowStart = std::forward<WeeklyMaintenanceWindowStartT>(value);
129 template <
typename WeeklyMa
intenanceWindowStartT = Aws::String>
143 m_accountDefaultStatusHasBeenSet =
true;
144 m_accountDefaultStatus = value;
159 template <
typename DefaultDomainIdListT = Aws::Vector<Aws::String>>
161 m_defaultDomainIdListHasBeenSet =
true;
162 m_defaultDomainIdList = std::forward<DefaultDomainIdListT>(value);
164 template <
typename DefaultDomainIdListT = Aws::Vector<Aws::String>>
169 template <
typename DefaultDomainIdListT = Aws::String>
171 m_defaultDomainIdListHasBeenSet =
true;
172 m_defaultDomainIdList.emplace_back(std::forward<DefaultDomainIdListT>(value));
184 template <
typename TagsT = Aws::Vector<Tag>>
186 m_tagsHasBeenSet =
true;
187 m_tags = std::forward<TagsT>(value);
189 template <
typename TagsT = Aws::Vector<Tag>>
191 SetTags(std::forward<TagsT>(value));
194 template <
typename TagsT = Tag>
196 m_tagsHasBeenSet =
true;
197 m_tags.emplace_back(std::forward<TagsT>(value));
217 bool m_nameHasBeenSet =
false;
218 bool m_artifactStoreUriHasBeenSet =
false;
219 bool m_roleArnHasBeenSet =
false;
220 bool m_modelRegistrationModeHasBeenSet =
false;
221 bool m_weeklyMaintenanceWindowStartHasBeenSet =
false;
222 bool m_accountDefaultStatusHasBeenSet =
false;
223 bool m_defaultDomainIdListHasBeenSet =
false;
224 bool m_tagsHasBeenSet =
false;
const Aws::String & GetArtifactStoreUri() const
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
const Aws::Vector< Tag > & GetTags() const
bool AccountDefaultStatusHasBeenSet() const
CreateMlflowAppRequest & AddDefaultDomainIdList(DefaultDomainIdListT &&value)
virtual const char * GetServiceRequestName() const override
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 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