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/ValidatorType.h>
48 template<
typename ApplicationIdT = Aws::String>
49 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
50 template<
typename ApplicationIdT = Aws::String>
60 template<
typename IdT = Aws::String>
61 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
62 template<
typename IdT = Aws::String>
72 template<
typename NameT = Aws::String>
73 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
74 template<
typename NameT = Aws::String>
84 template<
typename LocationUriT = Aws::String>
85 void SetLocationUri(LocationUriT&& value) { m_locationUriHasBeenSet =
true; m_locationUri = std::forward<LocationUriT>(value); }
86 template<
typename LocationUriT = Aws::String>
96 template<
typename Val
idatorTypesT = Aws::Vector<Val
idatorType>>
97 void SetValidatorTypes(ValidatorTypesT&& value) { m_validatorTypesHasBeenSet =
true; m_validatorTypes = std::forward<ValidatorTypesT>(value); }
98 template<
typename Val
idatorTypesT = Aws::Vector<Val
idatorType>>
115 template<
typename TypeT = Aws::String>
116 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
117 template<
typename TypeT = Aws::String>
123 bool m_applicationIdHasBeenSet =
false;
126 bool m_idHasBeenSet =
false;
129 bool m_nameHasBeenSet =
false;
132 bool m_locationUriHasBeenSet =
false;
135 bool m_validatorTypesHasBeenSet =
false;
138 bool m_typeHasBeenSet =
false;
ConfigurationProfileSummary & WithName(NameT &&value)
const Aws::String & GetId() const
const Aws::String & GetApplicationId() const
bool ApplicationIdHasBeenSet() const
bool LocationUriHasBeenSet() const
bool NameHasBeenSet() const
AWS_APPCONFIG_API ConfigurationProfileSummary(Aws::Utils::Json::JsonView jsonValue)
void SetApplicationId(ApplicationIdT &&value)
void SetLocationUri(LocationUriT &&value)
void SetType(TypeT &&value)
ConfigurationProfileSummary & WithId(IdT &&value)
AWS_APPCONFIG_API ConfigurationProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
ConfigurationProfileSummary & WithLocationUri(LocationUriT &&value)
ConfigurationProfileSummary & WithApplicationId(ApplicationIdT &&value)
AWS_APPCONFIG_API ConfigurationProfileSummary()=default
AWS_APPCONFIG_API Aws::Utils::Json::JsonValue Jsonize() const
ConfigurationProfileSummary & WithValidatorTypes(ValidatorTypesT &&value)
void SetValidatorTypes(ValidatorTypesT &&value)
const Aws::String & GetName() const
const Aws::Vector< ValidatorType > & GetValidatorTypes() const
bool IdHasBeenSet() const
const Aws::String & GetLocationUri() const
void SetName(NameT &&value)
ConfigurationProfileSummary & AddValidatorTypes(ValidatorType value)
const Aws::String & GetType() const
bool ValidatorTypesHasBeenSet() const
ConfigurationProfileSummary & WithType(TypeT &&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