7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/appconfig/model/ValidatorType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename ApplicationIdT = Aws::String>
44 m_applicationIdHasBeenSet =
true;
45 m_applicationId = std::forward<ApplicationIdT>(value);
47 template <
typename ApplicationIdT = Aws::String>
60 template <
typename IdT = Aws::String>
62 m_idHasBeenSet =
true;
63 m_id = std::forward<IdT>(value);
65 template <
typename IdT = Aws::String>
67 SetId(std::forward<IdT>(value));
78 template <
typename NameT = Aws::String>
80 m_nameHasBeenSet =
true;
81 m_name = std::forward<NameT>(value);
83 template <
typename NameT = Aws::String>
85 SetName(std::forward<NameT>(value));
96 template <
typename LocationUriT = Aws::String>
98 m_locationUriHasBeenSet =
true;
99 m_locationUri = std::forward<LocationUriT>(value);
101 template <
typename LocationUriT = Aws::String>
114 template <
typename Val
idatorTypesT = Aws::Vector<Val
idatorType>>
116 m_validatorTypesHasBeenSet =
true;
117 m_validatorTypes = std::forward<ValidatorTypesT>(value);
119 template <
typename Val
idatorTypesT = Aws::Vector<Val
idatorType>>
125 m_validatorTypesHasBeenSet =
true;
126 m_validatorTypes.push_back(value);
143 template <
typename TypeT = Aws::String>
145 m_typeHasBeenSet =
true;
146 m_type = std::forward<TypeT>(value);
148 template <
typename TypeT = Aws::String>
150 SetType(std::forward<TypeT>(value));
166 bool m_applicationIdHasBeenSet =
false;
167 bool m_idHasBeenSet =
false;
168 bool m_nameHasBeenSet =
false;
169 bool m_locationUriHasBeenSet =
false;
170 bool m_validatorTypesHasBeenSet =
false;
171 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