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>
46 template<
typename MessageT = Aws::String>
47 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
48 template<
typename MessageT = Aws::String>
56 template<
typename PropertyListT = Aws::Vector<PropertyVal
idationExceptionProperty>>
57 void SetPropertyList(PropertyListT&& value) { m_propertyListHasBeenSet =
true; m_propertyList = std::forward<PropertyListT>(value); }
58 template<
typename PropertyListT = Aws::Vector<PropertyVal
idationExceptionProperty>>
60 template<
typename PropertyListT = PropertyVal
idationExceptionProperty>
66 bool m_messageHasBeenSet =
false;
69 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