7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/appconfig/model/Validator.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ApplicationIdT = Aws::String>
39 m_applicationIdHasBeenSet =
true;
40 m_applicationId = std::forward<ApplicationIdT>(value);
42 template <
typename ApplicationIdT = Aws::String>
54 template <
typename IdT = Aws::String>
56 m_idHasBeenSet =
true;
57 m_id = std::forward<IdT>(value);
59 template <
typename IdT = Aws::String>
61 SetId(std::forward<IdT>(value));
71 template <
typename NameT = Aws::String>
73 m_nameHasBeenSet =
true;
74 m_name = std::forward<NameT>(value);
76 template <
typename NameT = Aws::String>
78 SetName(std::forward<NameT>(value));
88 template <
typename DescriptionT = Aws::String>
90 m_descriptionHasBeenSet =
true;
91 m_description = std::forward<DescriptionT>(value);
93 template <
typename DescriptionT = Aws::String>
105 template <
typename LocationUriT = Aws::String>
107 m_locationUriHasBeenSet =
true;
108 m_locationUri = std::forward<LocationUriT>(value);
110 template <
typename LocationUriT = Aws::String>
123 template <
typename RetrievalRoleArnT = Aws::String>
125 m_retrievalRoleArnHasBeenSet =
true;
126 m_retrievalRoleArn = std::forward<RetrievalRoleArnT>(value);
128 template <
typename RetrievalRoleArnT = Aws::String>
140 template <
typename Val
idatorsT = Aws::Vector<Val
idator>>
142 m_validatorsHasBeenSet =
true;
143 m_validators = std::forward<ValidatorsT>(value);
145 template <
typename Val
idatorsT = Aws::Vector<Val
idator>>
150 template <
typename Val
idatorsT = Val
idator>
152 m_validatorsHasBeenSet =
true;
153 m_validators.emplace_back(std::forward<ValidatorsT>(value));
169 template <
typename TypeT = Aws::String>
171 m_typeHasBeenSet =
true;
172 m_type = std::forward<TypeT>(value);
174 template <
typename TypeT = Aws::String>
176 SetType(std::forward<TypeT>(value));
190 template <
typename KmsKeyArnT = Aws::String>
192 m_kmsKeyArnHasBeenSet =
true;
193 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
195 template <
typename KmsKeyArnT = Aws::String>
208 template <
typename KmsKeyIdentifierT = Aws::String>
210 m_kmsKeyIdentifierHasBeenSet =
true;
211 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
213 template <
typename KmsKeyIdentifierT = Aws::String>
223 template <
typename RequestIdT = Aws::String>
225 m_requestIdHasBeenSet =
true;
226 m_requestId = std::forward<RequestIdT>(value);
228 template <
typename RequestIdT = Aws::String>
259 bool m_applicationIdHasBeenSet =
false;
260 bool m_idHasBeenSet =
false;
261 bool m_nameHasBeenSet =
false;
262 bool m_descriptionHasBeenSet =
false;
263 bool m_locationUriHasBeenSet =
false;
264 bool m_retrievalRoleArnHasBeenSet =
false;
265 bool m_validatorsHasBeenSet =
false;
266 bool m_typeHasBeenSet =
false;
267 bool m_kmsKeyArnHasBeenSet =
false;
268 bool m_kmsKeyIdentifierHasBeenSet =
false;
269 bool m_requestIdHasBeenSet =
false;
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
UpdateConfigurationProfileResult & WithKmsKeyArn(KmsKeyArnT &&value)
UpdateConfigurationProfileResult & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
const Aws::String & GetKmsKeyArn() const
AWS_APPCONFIG_API UpdateConfigurationProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDescription() const
const Aws::String & GetKmsKeyIdentifier() const
UpdateConfigurationProfileResult & WithName(NameT &&value)
const Aws::String & GetApplicationId() const
UpdateConfigurationProfileResult & WithType(TypeT &&value)
UpdateConfigurationProfileResult & WithDescription(DescriptionT &&value)
UpdateConfigurationProfileResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetName() const
UpdateConfigurationProfileResult & WithValidators(ValidatorsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetType(TypeT &&value)
const Aws::String & GetLocationUri() const
UpdateConfigurationProfileResult & AddValidators(ValidatorsT &&value)
void SetName(NameT &&value)
const Aws::String & GetId() const
void SetValidators(ValidatorsT &&value)
const Aws::Vector< Validator > & GetValidators() const
void SetLocationUri(LocationUriT &&value)
void SetApplicationId(ApplicationIdT &&value)
void SetKmsKeyArn(KmsKeyArnT &&value)
const Aws::String & GetType() const
AWS_APPCONFIG_API UpdateConfigurationProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRetrievalRoleArn() const
UpdateConfigurationProfileResult & WithLocationUri(LocationUriT &&value)
void SetRetrievalRoleArn(RetrievalRoleArnT &&value)
UpdateConfigurationProfileResult & WithRetrievalRoleArn(RetrievalRoleArnT &&value)
UpdateConfigurationProfileResult & WithId(IdT &&value)
const Aws::String & GetRequestId() const
void SetDescription(DescriptionT &&value)
UpdateConfigurationProfileResult & WithApplicationId(ApplicationIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_APPCONFIG_API UpdateConfigurationProfileResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue