47 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
48 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
68 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
103 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
138 inline void SetDefaultValue(
const char* value) { m_defaultValueHasBeenSet =
true; m_defaultValue.assign(value); }
173 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
208 inline void SetApplyType(
const char* value) { m_applyTypeHasBeenSet =
true; m_applyType.assign(value); }
243 inline void SetDataType(
const char* value) { m_dataTypeHasBeenSet =
true; m_dataType.assign(value); }
278 inline void SetAllowedValues(
const char* value) { m_allowedValuesHasBeenSet =
true; m_allowedValues.assign(value); }
305 inline void SetIsModifiable(
bool value) { m_isModifiableHasBeenSet =
true; m_isModifiable = value; }
321 inline void SetIsCollection(
bool value) { m_isCollectionHasBeenSet =
true; m_isCollection = value; }
330 bool m_nameHasBeenSet;
332 bool m_valueHasBeenSet;
334 bool m_defaultValueHasBeenSet;
336 bool m_descriptionHasBeenSet;
338 bool m_applyTypeHasBeenSet;
340 bool m_dataTypeHasBeenSet;
342 bool m_allowedValuesHasBeenSet;
344 bool m_isModifiableHasBeenSet;
346 bool m_isCollectionHasBeenSet;
const Aws::String & GetAllowedValues() const
OptionSetting & WithApplyType(const Aws::String &value)
void SetDefaultValue(const char *value)
void SetDataType(const char *value)
void SetDefaultValue(const Aws::String &value)
void SetValue(const char *value)
void SetIsModifiable(bool value)
OptionSetting & WithDataType(Aws::String &&value)
void SetValue(Aws::String &&value)
void SetDataType(const Aws::String &value)
void SetDataType(Aws::String &&value)
OptionSetting & WithDefaultValue(Aws::String &&value)
OptionSetting & WithIsCollection(bool value)
OptionSetting & WithValue(Aws::String &&value)
void SetIsCollection(bool value)
const Aws::String & GetValue() const
void SetAllowedValues(Aws::String &&value)
OptionSetting & WithDefaultValue(const char *value)
void SetDescription(const char *value)
void SetValue(const Aws::String &value)
OptionSetting & WithDefaultValue(const Aws::String &value)
OptionSetting & WithDataType(const Aws::String &value)
void SetDescription(Aws::String &&value)
OptionSetting & WithAllowedValues(const char *value)
OptionSetting & WithAllowedValues(Aws::String &&value)
void SetDescription(const Aws::String &value)
const Aws::String & GetDescription() const
OptionSetting & WithValue(const char *value)
std::basic_ostream< char, std::char_traits< char > > OStream
OptionSetting & WithIsModifiable(bool value)
OptionSetting & WithApplyType(Aws::String &&value)
void SetAllowedValues(const Aws::String &value)
const Aws::String & GetName() const
void SetDefaultValue(Aws::String &&value)
OptionSetting & WithAllowedValues(const Aws::String &value)
bool GetIsCollection() const
OptionSetting & WithName(const char *value)
OptionSetting & WithDescription(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
OptionSetting & WithDescription(Aws::String &&value)
void SetApplyType(const Aws::String &value)
void SetName(const char *value)
void SetName(Aws::String &&value)
OptionSetting & WithDescription(const char *value)
void SetName(const Aws::String &value)
OptionSetting & WithValue(const Aws::String &value)
bool GetIsModifiable() const
const Aws::String & GetApplyType() const
OptionSetting & WithDataType(const char *value)
void SetApplyType(const char *value)
void SetApplyType(Aws::String &&value)
OptionSetting & WithName(Aws::String &&value)
OptionSetting & WithApplyType(const char *value)
void SetAllowedValues(const char *value)
const Aws::String & GetDefaultValue() const
const Aws::String & GetDataType() const
OptionSetting & WithName(const Aws::String &value)
JSON (JavaScript Object Notation).