7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/PropertyValidationExceptionReason.h>
50 inline void SetPropertyPath(
const char* value) { m_propertyPathHasBeenSet =
true; m_propertyPath.assign(value); }
76 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
84 bool m_propertyPathHasBeenSet =
false;
87 bool m_reasonHasBeenSet =
false;
90 bool m_messageHasBeenSet =
false;
const PropertyValidationExceptionReason & GetReason() const
bool PropertyPathHasBeenSet() const
void SetPropertyPath(Aws::String &&value)
AWS_CONNECT_API PropertyValidationExceptionProperty()
bool ReasonHasBeenSet() const
PropertyValidationExceptionProperty & WithMessage(const Aws::String &value)
void SetReason(PropertyValidationExceptionReason &&value)
PropertyValidationExceptionProperty & WithReason(const PropertyValidationExceptionReason &value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API PropertyValidationExceptionProperty(Aws::Utils::Json::JsonView jsonValue)
PropertyValidationExceptionProperty & WithPropertyPath(const Aws::String &value)
const Aws::String & GetPropertyPath() const
PropertyValidationExceptionProperty & WithReason(PropertyValidationExceptionReason &&value)
PropertyValidationExceptionProperty & WithPropertyPath(Aws::String &&value)
AWS_CONNECT_API PropertyValidationExceptionProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
PropertyValidationExceptionProperty & WithPropertyPath(const char *value)
void SetMessage(const char *value)
bool MessageHasBeenSet() const
void SetMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
void SetPropertyPath(const char *value)
PropertyValidationExceptionProperty & WithMessage(const char *value)
void SetPropertyPath(const Aws::String &value)
PropertyValidationExceptionProperty & WithMessage(Aws::String &&value)
const Aws::String & GetMessage() const
void SetReason(const PropertyValidationExceptionReason &value)
PropertyValidationExceptionReason
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue