7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/appconfig/AppConfigRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/appconfig/model/Validator.h>
43 template<
typename ApplicationIdT = Aws::String>
44 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
45 template<
typename ApplicationIdT = Aws::String>
55 template<
typename ConfigurationProfileIdT = Aws::String>
56 void SetConfigurationProfileId(ConfigurationProfileIdT&& value) { m_configurationProfileIdHasBeenSet =
true; m_configurationProfileId = std::forward<ConfigurationProfileIdT>(value); }
57 template<
typename ConfigurationProfileIdT = Aws::String>
67 template<
typename NameT = Aws::String>
68 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
69 template<
typename NameT = Aws::String>
79 template<
typename DescriptionT = Aws::String>
80 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
81 template<
typename DescriptionT = Aws::String>
95 template<
typename RetrievalRoleArnT = Aws::String>
96 void SetRetrievalRoleArn(RetrievalRoleArnT&& value) { m_retrievalRoleArnHasBeenSet =
true; m_retrievalRoleArn = std::forward<RetrievalRoleArnT>(value); }
97 template<
typename RetrievalRoleArnT = Aws::String>
107 template<
typename Val
idatorsT = Aws::Vector<Val
idator>>
108 void SetValidators(ValidatorsT&& value) { m_validatorsHasBeenSet =
true; m_validators = std::forward<ValidatorsT>(value); }
109 template<
typename Val
idatorsT = Aws::Vector<Val
idator>>
111 template<
typename Val
idatorsT = Val
idator>
126 template<
typename KmsKeyIdentifierT = Aws::String>
127 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
128 template<
typename KmsKeyIdentifierT = Aws::String>
134 bool m_applicationIdHasBeenSet =
false;
137 bool m_configurationProfileIdHasBeenSet =
false;
140 bool m_nameHasBeenSet =
false;
143 bool m_descriptionHasBeenSet =
false;
146 bool m_retrievalRoleArnHasBeenSet =
false;
149 bool m_validatorsHasBeenSet =
false;
152 bool m_kmsKeyIdentifierHasBeenSet =
false;
AWS_APPCONFIG_API Aws::String SerializePayload() const override
UpdateConfigurationProfileRequest & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
UpdateConfigurationProfileRequest & WithName(NameT &&value)
const Aws::String & GetRetrievalRoleArn() const
void SetRetrievalRoleArn(RetrievalRoleArnT &&value)
const Aws::String & GetApplicationId() const
virtual const char * GetServiceRequestName() const override
UpdateConfigurationProfileRequest & WithValidators(ValidatorsT &&value)
bool ConfigurationProfileIdHasBeenSet() const
const Aws::String & GetKmsKeyIdentifier() const
void SetConfigurationProfileId(ConfigurationProfileIdT &&value)
const Aws::String & GetName() const
void SetName(NameT &&value)
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
UpdateConfigurationProfileRequest & WithDescription(DescriptionT &&value)
UpdateConfigurationProfileRequest & WithRetrievalRoleArn(RetrievalRoleArnT &&value)
UpdateConfigurationProfileRequest & WithApplicationId(ApplicationIdT &&value)
UpdateConfigurationProfileRequest & WithConfigurationProfileId(ConfigurationProfileIdT &&value)
UpdateConfigurationProfileRequest & AddValidators(ValidatorsT &&value)
bool ValidatorsHasBeenSet() const
const Aws::String & GetConfigurationProfileId() const
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetApplicationId(ApplicationIdT &&value)
bool RetrievalRoleArnHasBeenSet() const
bool ApplicationIdHasBeenSet() const
bool KmsKeyIdentifierHasBeenSet() const
void SetValidators(ValidatorsT &&value)
AWS_APPCONFIG_API UpdateConfigurationProfileRequest()=default
bool NameHasBeenSet() const
const Aws::Vector< Validator > & GetValidators() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector