7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/SageMakerRequest.h>
11#include <aws/sagemaker/SageMaker_EXPORTS.h>
12#include <aws/sagemaker/model/PartnerAppConfig.h>
13#include <aws/sagemaker/model/PartnerAppMaintenanceConfig.h>
14#include <aws/sagemaker/model/Tag.h>
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
62 template <
typename Ma
intenanceConfigT = PartnerAppMa
intenanceConfig>
64 m_maintenanceConfigHasBeenSet =
true;
65 m_maintenanceConfig = std::forward<MaintenanceConfigT>(value);
67 template <
typename Ma
intenanceConfigT = PartnerAppMa
intenanceConfig>
81 template <
typename TierT = Aws::String>
83 m_tierHasBeenSet =
true;
84 m_tier = std::forward<TierT>(value);
86 template <
typename TierT = Aws::String>
88 SetTier(std::forward<TierT>(value));
99 template <
typename ApplicationConfigT = PartnerAppConfig>
101 m_applicationConfigHasBeenSet =
true;
102 m_applicationConfig = std::forward<ApplicationConfigT>(value);
104 template <
typename ApplicationConfigT = PartnerAppConfig>
120 m_enableIamSessionBasedIdentityHasBeenSet =
true;
121 m_enableIamSessionBasedIdentity = value;
138 m_enableAutoMinorVersionUpgradeHasBeenSet =
true;
139 m_enableAutoMinorVersionUpgrade = value;
156 template <
typename AppVersionT = Aws::String>
158 m_appVersionHasBeenSet =
true;
159 m_appVersion = std::forward<AppVersionT>(value);
161 template <
typename AppVersionT = Aws::String>
174 template <
typename ClientTokenT = Aws::String>
176 m_clientTokenHasBeenSet =
true;
177 m_clientToken = std::forward<ClientTokenT>(value);
179 template <
typename ClientTokenT = Aws::String>
193 template <
typename TagsT = Aws::Vector<Tag>>
195 m_tagsHasBeenSet =
true;
196 m_tags = std::forward<TagsT>(value);
198 template <
typename TagsT = Aws::Vector<Tag>>
200 SetTags(std::forward<TagsT>(value));
203 template <
typename TagsT = Tag>
205 m_tagsHasBeenSet =
true;
206 m_tags.emplace_back(std::forward<TagsT>(value));
219 bool m_enableIamSessionBasedIdentity{
false};
221 bool m_enableAutoMinorVersionUpgrade{
false};
228 bool m_arnHasBeenSet =
false;
229 bool m_maintenanceConfigHasBeenSet =
false;
230 bool m_tierHasBeenSet =
false;
231 bool m_applicationConfigHasBeenSet =
false;
232 bool m_enableIamSessionBasedIdentityHasBeenSet =
false;
233 bool m_enableAutoMinorVersionUpgradeHasBeenSet =
false;
234 bool m_appVersionHasBeenSet =
false;
235 bool m_clientTokenHasBeenSet =
true;
236 bool m_tagsHasBeenSet =
false;
UpdatePartnerAppRequest & WithTier(TierT &&value)
void SetTags(TagsT &&value)
bool ClientTokenHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::String & GetTier() const
bool GetEnableAutoMinorVersionUpgrade() const
void SetApplicationConfig(ApplicationConfigT &&value)
bool MaintenanceConfigHasBeenSet() const
const PartnerAppConfig & GetApplicationConfig() const
UpdatePartnerAppRequest & WithClientToken(ClientTokenT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetMaintenanceConfig(MaintenanceConfigT &&value)
void SetTier(TierT &&value)
AWS_SAGEMAKER_API UpdatePartnerAppRequest()=default
void SetArn(ArnT &&value)
virtual const char * GetServiceRequestName() const override
UpdatePartnerAppRequest & WithMaintenanceConfig(MaintenanceConfigT &&value)
UpdatePartnerAppRequest & WithArn(ArnT &&value)
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetAppVersion() const
bool EnableAutoMinorVersionUpgradeHasBeenSet() const
UpdatePartnerAppRequest & WithAppVersion(AppVersionT &&value)
const PartnerAppMaintenanceConfig & GetMaintenanceConfig() const
UpdatePartnerAppRequest & WithTags(TagsT &&value)
void SetEnableIamSessionBasedIdentity(bool value)
UpdatePartnerAppRequest & WithEnableAutoMinorVersionUpgrade(bool value)
UpdatePartnerAppRequest & AddTags(TagsT &&value)
UpdatePartnerAppRequest & WithApplicationConfig(ApplicationConfigT &&value)
bool AppVersionHasBeenSet() const
void SetEnableAutoMinorVersionUpgrade(bool value)
bool ApplicationConfigHasBeenSet() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool TagsHasBeenSet() const
bool TierHasBeenSet() const
const Aws::String & GetArn() const
void SetAppVersion(AppVersionT &&value)
const Aws::Vector< Tag > & GetTags() const
bool GetEnableIamSessionBasedIdentity() const
UpdatePartnerAppRequest & WithEnableIamSessionBasedIdentity(bool value)
const Aws::String & GetClientToken() const
bool EnableIamSessionBasedIdentityHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
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