7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/appconfig/model/Validator.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ApplicationIdT = Aws::String>
43 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
44 template<
typename ApplicationIdT = Aws::String>
53 template<
typename IdT = Aws::String>
54 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
55 template<
typename IdT = Aws::String>
64 template<
typename NameT = Aws::String>
65 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
66 template<
typename NameT = Aws::String>
75 template<
typename DescriptionT = Aws::String>
76 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
77 template<
typename DescriptionT = Aws::String>
86 template<
typename LocationUriT = Aws::String>
87 void SetLocationUri(LocationUriT&& value) { m_locationUriHasBeenSet =
true; m_locationUri = std::forward<LocationUriT>(value); }
88 template<
typename LocationUriT = Aws::String>
98 template<
typename RetrievalRoleArnT = Aws::String>
99 void SetRetrievalRoleArn(RetrievalRoleArnT&& value) { m_retrievalRoleArnHasBeenSet =
true; m_retrievalRoleArn = std::forward<RetrievalRoleArnT>(value); }
100 template<
typename RetrievalRoleArnT = Aws::String>
109 template<
typename Val
idatorsT = Aws::Vector<Val
idator>>
110 void SetValidators(ValidatorsT&& value) { m_validatorsHasBeenSet =
true; m_validators = std::forward<ValidatorsT>(value); }
111 template<
typename Val
idatorsT = Aws::Vector<Val
idator>>
113 template<
typename Val
idatorsT = Val
idator>
128 template<
typename TypeT = Aws::String>
129 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
130 template<
typename TypeT = Aws::String>
143 template<
typename KmsKeyArnT = Aws::String>
144 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
145 template<
typename KmsKeyArnT = Aws::String>
155 template<
typename KmsKeyIdentifierT = Aws::String>
156 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
157 template<
typename KmsKeyIdentifierT = Aws::String>
164 template<
typename RequestIdT = Aws::String>
165 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
166 template<
typename RequestIdT = Aws::String>
172 bool m_applicationIdHasBeenSet =
false;
175 bool m_idHasBeenSet =
false;
178 bool m_nameHasBeenSet =
false;
181 bool m_descriptionHasBeenSet =
false;
184 bool m_locationUriHasBeenSet =
false;
187 bool m_retrievalRoleArnHasBeenSet =
false;
190 bool m_validatorsHasBeenSet =
false;
193 bool m_typeHasBeenSet =
false;
196 bool m_kmsKeyArnHasBeenSet =
false;
199 bool m_kmsKeyIdentifierHasBeenSet =
false;
202 bool m_requestIdHasBeenSet =
false;
GetConfigurationProfileResult & WithDescription(DescriptionT &&value)
GetConfigurationProfileResult & WithRequestId(RequestIdT &&value)
AWS_APPCONFIG_API GetConfigurationProfileResult()=default
const Aws::String & GetApplicationId() const
void SetName(NameT &&value)
const Aws::Vector< Validator > & GetValidators() const
GetConfigurationProfileResult & WithValidators(ValidatorsT &&value)
GetConfigurationProfileResult & WithRetrievalRoleArn(RetrievalRoleArnT &&value)
GetConfigurationProfileResult & WithApplicationId(ApplicationIdT &&value)
const Aws::String & GetKmsKeyArn() const
void SetType(TypeT &&value)
GetConfigurationProfileResult & WithId(IdT &&value)
const Aws::String & GetType() const
const Aws::String & GetId() const
const Aws::String & GetRetrievalRoleArn() const
AWS_APPCONFIG_API GetConfigurationProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetKmsKeyArn(KmsKeyArnT &&value)
AWS_APPCONFIG_API GetConfigurationProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRetrievalRoleArn(RetrievalRoleArnT &&value)
GetConfigurationProfileResult & WithLocationUri(LocationUriT &&value)
const Aws::String & GetDescription() const
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
void SetApplicationId(ApplicationIdT &&value)
const Aws::String & GetRequestId() const
GetConfigurationProfileResult & WithName(NameT &&value)
const Aws::String & GetKmsKeyIdentifier() const
const Aws::String & GetName() const
void SetRequestId(RequestIdT &&value)
void SetDescription(DescriptionT &&value)
void SetValidators(ValidatorsT &&value)
void SetLocationUri(LocationUriT &&value)
const Aws::String & GetLocationUri() const
GetConfigurationProfileResult & AddValidators(ValidatorsT &&value)
GetConfigurationProfileResult & WithType(TypeT &&value)
GetConfigurationProfileResult & WithKmsKeyArn(KmsKeyArnT &&value)
GetConfigurationProfileResult & WithKmsKeyIdentifier(KmsKeyIdentifierT &&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