7#include <aws/lex-models/LexModelBuildingService_EXPORTS.h>
8#include <aws/lex-models/model/MigrationAlertType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
23namespace LexModelBuildingService
68 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
107 bool m_typeHasBeenSet =
false;
110 bool m_messageHasBeenSet =
false;
113 bool m_detailsHasBeenSet =
false;
116 bool m_referenceURLsHasBeenSet =
false;
void SetType(const MigrationAlertType &value)
AWS_LEXMODELBUILDINGSERVICE_API MigrationAlert(Aws::Utils::Json::JsonView jsonValue)
MigrationAlert & AddDetails(const char *value)
MigrationAlert & WithDetails(const Aws::Vector< Aws::String > &value)
const Aws::String & GetMessage() const
void SetMessage(Aws::String &&value)
const Aws::Vector< Aws::String > & GetDetails() const
AWS_LEXMODELBUILDINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const MigrationAlertType & GetType() const
MigrationAlert & WithMessage(const Aws::String &value)
bool ReferenceURLsHasBeenSet() const
MigrationAlert & AddDetails(const Aws::String &value)
MigrationAlert & AddReferenceURLs(const Aws::String &value)
void SetReferenceURLs(Aws::Vector< Aws::String > &&value)
MigrationAlert & AddReferenceURLs(const char *value)
void SetDetails(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetReferenceURLs() const
void SetReferenceURLs(const Aws::Vector< Aws::String > &value)
void SetMessage(const char *value)
MigrationAlert & AddReferenceURLs(Aws::String &&value)
MigrationAlert & WithMessage(const char *value)
void SetType(MigrationAlertType &&value)
MigrationAlert & WithType(MigrationAlertType &&value)
MigrationAlert & WithMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
MigrationAlert & WithType(const MigrationAlertType &value)
void SetDetails(const Aws::Vector< Aws::String > &value)
AWS_LEXMODELBUILDINGSERVICE_API MigrationAlert()
MigrationAlert & WithDetails(Aws::Vector< Aws::String > &&value)
bool MessageHasBeenSet() const
bool TypeHasBeenSet() const
MigrationAlert & WithReferenceURLs(Aws::Vector< Aws::String > &&value)
MigrationAlert & WithReferenceURLs(const Aws::Vector< Aws::String > &value)
MigrationAlert & AddDetails(Aws::String &&value)
bool DetailsHasBeenSet() const
AWS_LEXMODELBUILDINGSERVICE_API MigrationAlert & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue