7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/PropertyValidationExceptionReason.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename PropertyPathT = Aws::String>
44 m_propertyPathHasBeenSet =
true;
45 m_propertyPath = std::forward<PropertyPathT>(value);
47 template <
typename PropertyPathT = Aws::String>
61 m_reasonHasBeenSet =
true;
76 template <
typename MessageT = Aws::String>
78 m_messageHasBeenSet =
true;
79 m_message = std::forward<MessageT>(value);
81 template <
typename MessageT = Aws::String>
93 bool m_propertyPathHasBeenSet =
false;
94 bool m_reasonHasBeenSet =
false;
95 bool m_messageHasBeenSet =
false;
bool PropertyPathHasBeenSet() const
void SetMessage(MessageT &&value)
bool ReasonHasBeenSet() const
PropertyValidationExceptionProperty & WithMessage(MessageT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API PropertyValidationExceptionProperty(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPropertyPath() const
AWS_CONNECT_API PropertyValidationExceptionProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
PropertyValidationExceptionProperty & WithPropertyPath(PropertyPathT &&value)
bool MessageHasBeenSet() const
PropertyValidationExceptionReason GetReason() const
const Aws::String & GetMessage() const
void SetPropertyPath(PropertyPathT &&value)
void SetReason(PropertyValidationExceptionReason value)
AWS_CONNECT_API PropertyValidationExceptionProperty()=default
PropertyValidationExceptionProperty & WithReason(PropertyValidationExceptionReason value)
PropertyValidationExceptionReason
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue