7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/PropertyValidationExceptionReason.h>
48 template<
typename PropertyPathT = Aws::String>
49 void SetPropertyPath(PropertyPathT&& value) { m_propertyPathHasBeenSet =
true; m_propertyPath = std::forward<PropertyPathT>(value); }
50 template<
typename PropertyPathT = Aws::String>
70 template<
typename MessageT = Aws::String>
71 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
72 template<
typename MessageT = Aws::String>
78 bool m_propertyPathHasBeenSet =
false;
81 bool m_reasonHasBeenSet =
false;
84 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