7#include <aws/appconfig/AppConfigRequest.h>
8#include <aws/appconfig/AppConfig_EXPORTS.h>
9#include <aws/appconfig/model/Validator.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
39 template <
typename ApplicationIdT = Aws::String>
41 m_applicationIdHasBeenSet =
true;
42 m_applicationId = std::forward<ApplicationIdT>(value);
44 template <
typename ApplicationIdT = Aws::String>
57 template <
typename ConfigurationProfileIdT = Aws::String>
59 m_configurationProfileIdHasBeenSet =
true;
60 m_configurationProfileId = std::forward<ConfigurationProfileIdT>(value);
62 template <
typename ConfigurationProfileIdT = Aws::String>
75 template <
typename NameT = Aws::String>
77 m_nameHasBeenSet =
true;
78 m_name = std::forward<NameT>(value);
80 template <
typename NameT = Aws::String>
82 SetName(std::forward<NameT>(value));
93 template <
typename DescriptionT = Aws::String>
95 m_descriptionHasBeenSet =
true;
96 m_description = std::forward<DescriptionT>(value);
98 template <
typename DescriptionT = Aws::String>
115 template <
typename RetrievalRoleArnT = Aws::String>
117 m_retrievalRoleArnHasBeenSet =
true;
118 m_retrievalRoleArn = std::forward<RetrievalRoleArnT>(value);
120 template <
typename RetrievalRoleArnT = Aws::String>
133 template <
typename Val
idatorsT = Aws::Vector<Val
idator>>
135 m_validatorsHasBeenSet =
true;
136 m_validators = std::forward<ValidatorsT>(value);
138 template <
typename Val
idatorsT = Aws::Vector<Val
idator>>
143 template <
typename Val
idatorsT = Val
idator>
145 m_validatorsHasBeenSet =
true;
146 m_validators.emplace_back(std::forward<ValidatorsT>(value));
162 template <
typename KmsKeyIdentifierT = Aws::String>
164 m_kmsKeyIdentifierHasBeenSet =
true;
165 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
167 template <
typename KmsKeyIdentifierT = Aws::String>
187 bool m_applicationIdHasBeenSet =
false;
188 bool m_configurationProfileIdHasBeenSet =
false;
189 bool m_nameHasBeenSet =
false;
190 bool m_descriptionHasBeenSet =
false;
191 bool m_retrievalRoleArnHasBeenSet =
false;
192 bool m_validatorsHasBeenSet =
false;
193 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