7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticbeanstalk/model/ConfigurationOptionValueType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/elasticbeanstalk/model/OptionRestrictionRegex.h>
24namespace ElasticBeanstalk
42 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
54 inline void SetNamespace(
const char* value) { m_namespaceHasBeenSet =
true; m_namespace.assign(value); }
68 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
82 inline void SetDefaultValue(
const char* value) { m_defaultValueHasBeenSet =
true; m_defaultValue.assign(value); }
104 inline void SetChangeSeverity(
const char* value) { m_changeSeverityHasBeenSet =
true; m_changeSeverity.assign(value); }
122 inline void SetUserDefined(
bool value) { m_userDefinedHasBeenSet =
true; m_userDefined = value; }
170 inline void SetMinValue(
int value) { m_minValueHasBeenSet =
true; m_minValue = value; }
181 inline void SetMaxValue(
int value) { m_maxValueHasBeenSet =
true; m_maxValue = value; }
192 inline void SetMaxLength(
int value) { m_maxLengthHasBeenSet =
true; m_maxLength = value; }
211 bool m_namespaceHasBeenSet =
false;
214 bool m_nameHasBeenSet =
false;
217 bool m_defaultValueHasBeenSet =
false;
220 bool m_changeSeverityHasBeenSet =
false;
223 bool m_userDefinedHasBeenSet =
false;
226 bool m_valueTypeHasBeenSet =
false;
229 bool m_valueOptionsHasBeenSet =
false;
232 bool m_minValueHasBeenSet =
false;
235 bool m_maxValueHasBeenSet =
false;
238 bool m_maxLengthHasBeenSet =
false;
241 bool m_regexHasBeenSet =
false;
void SetNamespace(Aws::String &&value)
ConfigurationOptionDescription & AddValueOptions(Aws::String &&value)
bool MaxValueHasBeenSet() const
void SetDefaultValue(const char *value)
ConfigurationOptionDescription & WithDefaultValue(const Aws::String &value)
ConfigurationOptionDescription & WithChangeSeverity(Aws::String &&value)
void SetValueType(ConfigurationOptionValueType &&value)
void SetValueType(const ConfigurationOptionValueType &value)
void SetMaxLength(int value)
const Aws::String & GetName() const
void SetChangeSeverity(Aws::String &&value)
void SetNamespace(const Aws::String &value)
bool UserDefinedHasBeenSet() const
void SetChangeSeverity(const char *value)
const Aws::String & GetDefaultValue() const
ConfigurationOptionDescription & WithChangeSeverity(const char *value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
ConfigurationOptionDescription & WithValueType(ConfigurationOptionValueType &&value)
ConfigurationOptionDescription & WithChangeSeverity(const Aws::String &value)
void SetChangeSeverity(const Aws::String &value)
bool GetUserDefined() const
bool NameHasBeenSet() const
ConfigurationOptionDescription & WithRegex(OptionRestrictionRegex &&value)
void SetName(Aws::String &&value)
bool NamespaceHasBeenSet() const
ConfigurationOptionDescription & WithUserDefined(bool value)
ConfigurationOptionDescription & WithNamespace(const Aws::String &value)
AWS_ELASTICBEANSTALK_API ConfigurationOptionDescription()
ConfigurationOptionDescription & AddValueOptions(const char *value)
void SetName(const Aws::String &value)
const ConfigurationOptionValueType & GetValueType() const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_ELASTICBEANSTALK_API ConfigurationOptionDescription & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ConfigurationOptionDescription & WithName(const Aws::String &value)
ConfigurationOptionDescription & WithValueType(const ConfigurationOptionValueType &value)
ConfigurationOptionDescription & WithNamespace(Aws::String &&value)
void SetRegex(const OptionRestrictionRegex &value)
void SetValueOptions(const Aws::Vector< Aws::String > &value)
ConfigurationOptionDescription & WithName(const char *value)
bool ChangeSeverityHasBeenSet() const
bool ValueTypeHasBeenSet() const
void SetValueOptions(Aws::Vector< Aws::String > &&value)
ConfigurationOptionDescription & WithDefaultValue(Aws::String &&value)
void SetName(const char *value)
ConfigurationOptionDescription & WithMaxLength(int value)
void SetMinValue(int value)
AWS_ELASTICBEANSTALK_API ConfigurationOptionDescription(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetRegex(OptionRestrictionRegex &&value)
ConfigurationOptionDescription & WithMaxValue(int value)
bool ValueOptionsHasBeenSet() const
void SetDefaultValue(const Aws::String &value)
ConfigurationOptionDescription & WithName(Aws::String &&value)
ConfigurationOptionDescription & WithValueOptions(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetValueOptions() const
ConfigurationOptionDescription & WithNamespace(const char *value)
const Aws::String & GetNamespace() const
void SetMaxValue(int value)
ConfigurationOptionDescription & WithValueOptions(const Aws::Vector< Aws::String > &value)
bool MaxLengthHasBeenSet() const
ConfigurationOptionDescription & WithMinValue(int value)
ConfigurationOptionDescription & WithDefaultValue(const char *value)
void SetUserDefined(bool value)
void SetNamespace(const char *value)
void SetDefaultValue(Aws::String &&value)
bool MinValueHasBeenSet() const
ConfigurationOptionDescription & WithRegex(const OptionRestrictionRegex &value)
const Aws::String & GetChangeSeverity() const
ConfigurationOptionDescription & AddValueOptions(const Aws::String &value)
const OptionRestrictionRegex & GetRegex() const
bool DefaultValueHasBeenSet() const
bool RegexHasBeenSet() const
ConfigurationOptionValueType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream