7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/connect/model/PropertyValidationExceptionProperty.h>
48 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
68 bool m_messageHasBeenSet =
false;
71 bool m_propertyListHasBeenSet =
false;
PropertyValidationException & AddPropertyList(const PropertyValidationExceptionProperty &value)
PropertyValidationException & WithPropertyList(const Aws::Vector< PropertyValidationExceptionProperty > &value)
bool PropertyListHasBeenSet() const
void SetPropertyList(Aws::Vector< PropertyValidationExceptionProperty > &&value)
PropertyValidationException & WithMessage(Aws::String &&value)
AWS_CONNECT_API PropertyValidationException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
void SetMessage(const Aws::String &value)
void SetPropertyList(const Aws::Vector< PropertyValidationExceptionProperty > &value)
bool MessageHasBeenSet() const
PropertyValidationException & WithMessage(const Aws::String &value)
PropertyValidationException & AddPropertyList(PropertyValidationExceptionProperty &&value)
PropertyValidationException & WithPropertyList(Aws::Vector< PropertyValidationExceptionProperty > &&value)
AWS_CONNECT_API PropertyValidationException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(Aws::String &&value)
AWS_CONNECT_API PropertyValidationException()
void SetMessage(const char *value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< PropertyValidationExceptionProperty > & GetPropertyList() const
PropertyValidationException & WithMessage(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue