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/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
40 template <
typename ApplicationIdT = Aws::String>
42 m_applicationIdHasBeenSet =
true;
43 m_applicationId = std::forward<ApplicationIdT>(value);
45 template <
typename ApplicationIdT = Aws::String>
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
108 template <
typename LocationUriT = Aws::String>
110 m_locationUriHasBeenSet =
true;
111 m_locationUri = std::forward<LocationUriT>(value);
113 template <
typename LocationUriT = Aws::String>
130 template <
typename RetrievalRoleArnT = Aws::String>
132 m_retrievalRoleArnHasBeenSet =
true;
133 m_retrievalRoleArn = std::forward<RetrievalRoleArnT>(value);
135 template <
typename RetrievalRoleArnT = Aws::String>
148 template <
typename Val
idatorsT = Aws::Vector<Val
idator>>
150 m_validatorsHasBeenSet =
true;
151 m_validators = std::forward<ValidatorsT>(value);
153 template <
typename Val
idatorsT = Aws::Vector<Val
idator>>
158 template <
typename Val
idatorsT = Val
idator>
160 m_validatorsHasBeenSet =
true;
161 m_validators.emplace_back(std::forward<ValidatorsT>(value));
174 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
176 m_tagsHasBeenSet =
true;
177 m_tags = std::forward<TagsT>(value);
179 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
181 SetTags(std::forward<TagsT>(value));
184 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
186 m_tagsHasBeenSet =
true;
187 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
204 template <
typename TypeT = Aws::String>
206 m_typeHasBeenSet =
true;
207 m_type = std::forward<TypeT>(value);
209 template <
typename TypeT = Aws::String>
211 SetType(std::forward<TypeT>(value));
227 template <
typename KmsKeyIdentifierT = Aws::String>
229 m_kmsKeyIdentifierHasBeenSet =
true;
230 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
232 template <
typename KmsKeyIdentifierT = Aws::String>
256 bool m_applicationIdHasBeenSet =
false;
257 bool m_nameHasBeenSet =
false;
258 bool m_descriptionHasBeenSet =
false;
259 bool m_locationUriHasBeenSet =
false;
260 bool m_retrievalRoleArnHasBeenSet =
false;
261 bool m_validatorsHasBeenSet =
false;
262 bool m_tagsHasBeenSet =
false;
263 bool m_typeHasBeenSet =
false;
264 bool m_kmsKeyIdentifierHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetApplicationId(ApplicationIdT &&value)
CreateConfigurationProfileRequest & WithName(NameT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetRetrievalRoleArn() const
CreateConfigurationProfileRequest & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
void SetRetrievalRoleArn(RetrievalRoleArnT &&value)
CreateConfigurationProfileRequest & WithLocationUri(LocationUriT &&value)
bool NameHasBeenSet() const
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
bool ApplicationIdHasBeenSet() const
bool TagsHasBeenSet() const
CreateConfigurationProfileRequest & WithRetrievalRoleArn(RetrievalRoleArnT &&value)
const Aws::String & GetLocationUri() const
const Aws::String & GetKmsKeyIdentifier() const
void SetValidators(ValidatorsT &&value)
AWS_APPCONFIG_API CreateConfigurationProfileRequest()=default
bool DescriptionHasBeenSet() const
void SetType(TypeT &&value)
CreateConfigurationProfileRequest & WithValidators(ValidatorsT &&value)
bool TypeHasBeenSet() const
bool ValidatorsHasBeenSet() const
CreateConfigurationProfileRequest & WithApplicationId(ApplicationIdT &&value)
CreateConfigurationProfileRequest & WithDescription(DescriptionT &&value)
void SetLocationUri(LocationUriT &&value)
void SetTags(TagsT &&value)
void SetName(NameT &&value)
CreateConfigurationProfileRequest & AddValidators(ValidatorsT &&value)
bool RetrievalRoleArnHasBeenSet() const
const Aws::String & GetApplicationId() const
void SetDescription(DescriptionT &&value)
const Aws::Vector< Validator > & GetValidators() const
CreateConfigurationProfileRequest & WithType(TypeT &&value)
CreateConfigurationProfileRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool KmsKeyIdentifierHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool LocationUriHasBeenSet() const
AWS_APPCONFIG_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
const Aws::String & GetType() const
CreateConfigurationProfileRequest & WithTags(TagsT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector