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/PartnerAppMaintenanceConfig.h>
11#include <aws/sagemaker/model/PartnerAppConfig.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/sagemaker/model/Tag.h>
15#include <aws/core/utils/UUID.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename Ma
intenanceConfigT = PartnerAppMa
intenanceConfig>
61 void SetMaintenanceConfig(MaintenanceConfigT&& value) { m_maintenanceConfigHasBeenSet =
true; m_maintenanceConfig = std::forward<MaintenanceConfigT>(value); }
62 template<
typename Ma
intenanceConfigT = PartnerAppMa
intenanceConfig>
73 template<
typename TierT = Aws::String>
74 void SetTier(TierT&& value) { m_tierHasBeenSet =
true; m_tier = std::forward<TierT>(value); }
75 template<
typename TierT = Aws::String>
85 template<
typename ApplicationConfigT = PartnerAppConfig>
86 void SetApplicationConfig(ApplicationConfigT&& value) { m_applicationConfigHasBeenSet =
true; m_applicationConfig = std::forward<ApplicationConfigT>(value); }
87 template<
typename ApplicationConfigT = PartnerAppConfig>
109 template<
typename ClientTokenT = Aws::String>
110 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
111 template<
typename ClientTokenT = Aws::String>
122 template<
typename TagsT = Aws::Vector<Tag>>
123 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
124 template<
typename TagsT = Aws::Vector<Tag>>
126 template<
typename TagsT = Tag>
132 bool m_arnHasBeenSet =
false;
135 bool m_maintenanceConfigHasBeenSet =
false;
138 bool m_tierHasBeenSet =
false;
141 bool m_applicationConfigHasBeenSet =
false;
143 bool m_enableIamSessionBasedIdentity{
false};
144 bool m_enableIamSessionBasedIdentityHasBeenSet =
false;
147 bool m_clientTokenHasBeenSet =
true;
150 bool m_tagsHasBeenSet =
false;
UpdatePartnerAppRequest & WithTier(TierT &&value)
void SetTags(TagsT &&value)
bool ClientTokenHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::String & GetTier() 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 PartnerAppMaintenanceConfig & GetMaintenanceConfig() const
UpdatePartnerAppRequest & WithTags(TagsT &&value)
void SetEnableIamSessionBasedIdentity(bool value)
UpdatePartnerAppRequest & AddTags(TagsT &&value)
UpdatePartnerAppRequest & WithApplicationConfig(ApplicationConfigT &&value)
bool ApplicationConfigHasBeenSet() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool TagsHasBeenSet() const
bool TierHasBeenSet() const
const Aws::String & GetArn() const
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