30 namespace ElasticBeanstalk
45 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
46 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
66 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
141 inline void SetNamespace(
const char* value) { m_namespaceHasBeenSet =
true; m_namespace.assign(value); }
176 inline void SetOptionName(
const char* value) { m_optionNameHasBeenSet =
true; m_optionName.assign(value); }
195 bool m_messageHasBeenSet;
197 bool m_severityHasBeenSet;
199 bool m_namespaceHasBeenSet;
201 bool m_optionNameHasBeenSet;
void SetOptionName(const Aws::String &value)
ValidationMessage & WithMessage(const char *value)
ValidationMessage & WithSeverity(const ValidationSeverity &value)
ValidationMessage & WithSeverity(ValidationSeverity &&value)
const Aws::String & GetMessage() const
#define AWS_ELASTICBEANSTALK_API
void SetSeverity(const ValidationSeverity &value)
ValidationMessage & WithMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
void SetOptionName(Aws::String &&value)
void SetMessage(Aws::String &&value)
std::basic_ostream< char, std::char_traits< char > > OStream
void SetNamespace(const Aws::String &value)
const Aws::String & GetOptionName() const
ValidationMessage & WithOptionName(Aws::String &&value)
ValidationMessage & WithNamespace(const char *value)
ValidationMessage & WithNamespace(Aws::String &&value)
ValidationMessage & WithOptionName(const Aws::String &value)
void SetOptionName(const char *value)
ValidationMessage & WithOptionName(const char *value)
ValidationMessage & WithMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const Aws::String & GetNamespace() const
void SetMessage(const char *value)
void SetNamespace(Aws::String &&value)
const ValidationSeverity & GetSeverity() const
ValidationMessage & WithNamespace(const Aws::String &value)
void SetNamespace(const char *value)
void SetSeverity(ValidationSeverity &&value)
JSON (JavaScript Object Notation).