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/ValidationSeverity.h>
22namespace ElasticBeanstalk
40 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
52 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
81 inline void SetNamespace(
const char* value) { m_namespaceHasBeenSet =
true; m_namespace.assign(value); }
95 inline void SetOptionName(
const char* value) { m_optionNameHasBeenSet =
true; m_optionName.assign(value); }
103 bool m_messageHasBeenSet =
false;
106 bool m_severityHasBeenSet =
false;
109 bool m_namespaceHasBeenSet =
false;
112 bool m_optionNameHasBeenSet =
false;
bool MessageHasBeenSet() const
void SetNamespace(const Aws::String &value)
ValidationMessage & WithMessage(const Aws::String &value)
void SetMessage(const Aws::String &value)
void SetNamespace(Aws::String &&value)
ValidationMessage & WithSeverity(ValidationSeverity &&value)
const Aws::String & GetNamespace() const
bool NamespaceHasBeenSet() const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
ValidationMessage & WithOptionName(Aws::String &&value)
AWS_ELASTICBEANSTALK_API ValidationMessage()
ValidationMessage & WithNamespace(const char *value)
void SetMessage(Aws::String &&value)
void SetOptionName(const char *value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetNamespace(const char *value)
void SetSeverity(ValidationSeverity &&value)
ValidationMessage & WithOptionName(const char *value)
ValidationMessage & WithMessage(Aws::String &&value)
bool OptionNameHasBeenSet() const
const Aws::String & GetOptionName() const
ValidationMessage & WithSeverity(const ValidationSeverity &value)
void SetSeverity(const ValidationSeverity &value)
ValidationMessage & WithNamespace(Aws::String &&value)
bool SeverityHasBeenSet() const
AWS_ELASTICBEANSTALK_API ValidationMessage & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetMessage(const char *value)
void SetOptionName(const Aws::String &value)
ValidationMessage & WithMessage(const char *value)
void SetOptionName(Aws::String &&value)
ValidationMessage & WithNamespace(const Aws::String &value)
ValidationMessage & WithOptionName(const Aws::String &value)
AWS_ELASTICBEANSTALK_API ValidationMessage(const Aws::Utils::Xml::XmlNode &xmlNode)
const ValidationSeverity & GetSeverity() const
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream