7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/appconfig/model/Validator.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ApplicationIdT = Aws::String>
38 m_applicationIdHasBeenSet =
true;
39 m_applicationId = std::forward<ApplicationIdT>(value);
41 template <
typename ApplicationIdT = Aws::String>
53 template <
typename IdT = Aws::String>
55 m_idHasBeenSet =
true;
56 m_id = std::forward<IdT>(value);
58 template <
typename IdT = Aws::String>
60 SetId(std::forward<IdT>(value));
70 template <
typename NameT = Aws::String>
72 m_nameHasBeenSet =
true;
73 m_name = std::forward<NameT>(value);
75 template <
typename NameT = Aws::String>
77 SetName(std::forward<NameT>(value));
87 template <
typename DescriptionT = Aws::String>
89 m_descriptionHasBeenSet =
true;
90 m_description = std::forward<DescriptionT>(value);
92 template <
typename DescriptionT = Aws::String>
104 template <
typename LocationUriT = Aws::String>
106 m_locationUriHasBeenSet =
true;
107 m_locationUri = std::forward<LocationUriT>(value);
109 template <
typename LocationUriT = Aws::String>
122 template <
typename RetrievalRoleArnT = Aws::String>
124 m_retrievalRoleArnHasBeenSet =
true;
125 m_retrievalRoleArn = std::forward<RetrievalRoleArnT>(value);
127 template <
typename RetrievalRoleArnT = Aws::String>
139 template <
typename Val
idatorsT = Aws::Vector<Val
idator>>
141 m_validatorsHasBeenSet =
true;
142 m_validators = std::forward<ValidatorsT>(value);
144 template <
typename Val
idatorsT = Aws::Vector<Val
idator>>
149 template <
typename Val
idatorsT = Val
idator>
151 m_validatorsHasBeenSet =
true;
152 m_validators.emplace_back(std::forward<ValidatorsT>(value));
168 template <
typename TypeT = Aws::String>
170 m_typeHasBeenSet =
true;
171 m_type = std::forward<TypeT>(value);
173 template <
typename TypeT = Aws::String>
175 SetType(std::forward<TypeT>(value));
189 template <
typename KmsKeyArnT = Aws::String>
191 m_kmsKeyArnHasBeenSet =
true;
192 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
194 template <
typename KmsKeyArnT = Aws::String>
207 template <
typename KmsKeyIdentifierT = Aws::String>
209 m_kmsKeyIdentifierHasBeenSet =
true;
210 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
212 template <
typename KmsKeyIdentifierT = Aws::String>
222 template <
typename RequestIdT = Aws::String>
224 m_requestIdHasBeenSet =
true;
225 m_requestId = std::forward<RequestIdT>(value);
227 template <
typename RequestIdT = Aws::String>
255 bool m_applicationIdHasBeenSet =
false;
256 bool m_idHasBeenSet =
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_typeHasBeenSet =
false;
263 bool m_kmsKeyArnHasBeenSet =
false;
264 bool m_kmsKeyIdentifierHasBeenSet =
false;
265 bool m_requestIdHasBeenSet =
false;
AWS_APPCONFIG_API CreateConfigurationProfileResult()=default
CreateConfigurationProfileResult & AddValidators(ValidatorsT &&value)
CreateConfigurationProfileResult & WithLocationUri(LocationUriT &&value)
const Aws::String & GetDescription() const
void SetRequestId(RequestIdT &&value)
CreateConfigurationProfileResult & WithId(IdT &&value)
const Aws::String & GetRequestId() const
CreateConfigurationProfileResult & WithRetrievalRoleArn(RetrievalRoleArnT &&value)
void SetName(NameT &&value)
const Aws::String & GetRetrievalRoleArn() const
void SetType(TypeT &&value)
CreateConfigurationProfileResult & WithType(TypeT &&value)
void SetValidators(ValidatorsT &&value)
const Aws::Vector< Validator > & GetValidators() const
AWS_APPCONFIG_API CreateConfigurationProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetKmsKeyArn() const
const Aws::String & GetKmsKeyIdentifier() const
CreateConfigurationProfileResult & WithValidators(ValidatorsT &&value)
const Aws::String & GetApplicationId() const
CreateConfigurationProfileResult & WithRequestId(RequestIdT &&value)
void SetApplicationId(ApplicationIdT &&value)
CreateConfigurationProfileResult & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
CreateConfigurationProfileResult & WithDescription(DescriptionT &&value)
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
CreateConfigurationProfileResult & WithName(NameT &&value)
CreateConfigurationProfileResult & WithApplicationId(ApplicationIdT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetLocationUri() const
const Aws::String & GetId() const
const Aws::String & GetName() const
CreateConfigurationProfileResult & WithKmsKeyArn(KmsKeyArnT &&value)
AWS_APPCONFIG_API CreateConfigurationProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetKmsKeyArn(KmsKeyArnT &&value)
void SetLocationUri(LocationUriT &&value)
const Aws::String & GetType() const
void SetRetrievalRoleArn(RetrievalRoleArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue