7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/PropertyValidationExceptionProperty.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
40 template <
typename MessageT = Aws::String>
42 m_messageHasBeenSet =
true;
43 m_message = std::forward<MessageT>(value);
45 template <
typename MessageT = Aws::String>
56 template <
typename PropertyListT = Aws::Vector<PropertyVal
idationExceptionProperty>>
58 m_propertyListHasBeenSet =
true;
59 m_propertyList = std::forward<PropertyListT>(value);
61 template <
typename PropertyListT = Aws::Vector<PropertyVal
idationExceptionProperty>>
66 template <
typename PropertyListT = PropertyVal
idationExceptionProperty>
68 m_propertyListHasBeenSet =
true;
69 m_propertyList.emplace_back(std::forward<PropertyListT>(value));
77 bool m_messageHasBeenSet =
false;
78 bool m_propertyListHasBeenSet =
false;
void SetMessage(MessageT &&value)
bool PropertyListHasBeenSet() const
AWS_CONNECT_API PropertyValidationException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
bool MessageHasBeenSet() const
AWS_CONNECT_API PropertyValidationException()=default
void SetPropertyList(PropertyListT &&value)
PropertyValidationException & WithPropertyList(PropertyListT &&value)
AWS_CONNECT_API PropertyValidationException(Aws::Utils::Json::JsonView jsonValue)
PropertyValidationException & AddPropertyList(PropertyListT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< PropertyValidationExceptionProperty > & GetPropertyList() const
PropertyValidationException & WithMessage(MessageT &&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