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>
50 inline void SetApplicationId(
const char* value) { m_applicationIdHasBeenSet =
true; m_applicationId.assign(value); }
63 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
64 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
78 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
92 inline void SetLocationUri(
const char* value) { m_locationUriHasBeenSet =
true; m_locationUri.assign(value); }
126 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
134 bool m_applicationIdHasBeenSet =
false;
137 bool m_idHasBeenSet =
false;
140 bool m_nameHasBeenSet =
false;
143 bool m_locationUriHasBeenSet =
false;
146 bool m_validatorTypesHasBeenSet =
false;
149 bool m_typeHasBeenSet =
false;
ConfigurationProfileSummary & WithValidatorTypes(const Aws::Vector< ValidatorType > &value)
ConfigurationProfileSummary & WithType(const char *value)
void SetId(Aws::String &&value)
ConfigurationProfileSummary & AddValidatorTypes(ValidatorType &&value)
void SetValidatorTypes(Aws::Vector< ValidatorType > &&value)
ConfigurationProfileSummary & WithApplicationId(const char *value)
const Aws::String & GetId() const
const Aws::String & GetApplicationId() const
void SetName(const char *value)
bool ApplicationIdHasBeenSet() const
ConfigurationProfileSummary & WithLocationUri(const char *value)
bool LocationUriHasBeenSet() const
bool NameHasBeenSet() const
AWS_APPCONFIG_API ConfigurationProfileSummary(Aws::Utils::Json::JsonView jsonValue)
void SetName(const Aws::String &value)
void SetApplicationId(Aws::String &&value)
void SetLocationUri(Aws::String &&value)
void SetType(const char *value)
void SetLocationUri(const char *value)
ConfigurationProfileSummary & AddValidatorTypes(const ValidatorType &value)
ConfigurationProfileSummary & WithApplicationId(Aws::String &&value)
AWS_APPCONFIG_API ConfigurationProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
ConfigurationProfileSummary & WithType(const Aws::String &value)
ConfigurationProfileSummary & WithId(const char *value)
void SetValidatorTypes(const Aws::Vector< ValidatorType > &value)
AWS_APPCONFIG_API ConfigurationProfileSummary()
void SetType(const Aws::String &value)
void SetApplicationId(const char *value)
AWS_APPCONFIG_API Aws::Utils::Json::JsonValue Jsonize() const
ConfigurationProfileSummary & WithId(Aws::String &&value)
const Aws::String & GetName() const
const Aws::Vector< ValidatorType > & GetValidatorTypes() const
ConfigurationProfileSummary & WithApplicationId(const Aws::String &value)
ConfigurationProfileSummary & WithLocationUri(const Aws::String &value)
void SetId(const char *value)
bool IdHasBeenSet() const
void SetId(const Aws::String &value)
ConfigurationProfileSummary & WithName(const Aws::String &value)
ConfigurationProfileSummary & WithName(Aws::String &&value)
const Aws::String & GetLocationUri() const
void SetLocationUri(const Aws::String &value)
void SetType(Aws::String &&value)
ConfigurationProfileSummary & WithValidatorTypes(Aws::Vector< ValidatorType > &&value)
const Aws::String & GetType() const
bool ValidatorTypesHasBeenSet() const
ConfigurationProfileSummary & WithId(const Aws::String &value)
ConfigurationProfileSummary & WithName(const char *value)
void SetApplicationId(const Aws::String &value)
void SetName(Aws::String &&value)
ConfigurationProfileSummary & WithLocationUri(Aws::String &&value)
ConfigurationProfileSummary & WithType(Aws::String &&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