7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSM_EXPORTS.h>
39 template <
typename MessageT = Aws::String>
41 m_messageHasBeenSet =
true;
42 m_message = std::forward<MessageT>(value);
44 template <
typename MessageT = Aws::String>
57 template <
typename ReasonCodeT = Aws::String>
59 m_reasonCodeHasBeenSet =
true;
60 m_reasonCode = std::forward<ReasonCodeT>(value);
62 template <
typename ReasonCodeT = Aws::String>
72 bool m_messageHasBeenSet =
false;
73 bool m_reasonCodeHasBeenSet =
false;
bool ReasonCodeHasBeenSet() const
AWS_SSM_API ValidationException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetReasonCode(ReasonCodeT &&value)
AWS_SSM_API ValidationException()=default
ValidationException & WithMessage(MessageT &&value)
ValidationException & WithReasonCode(ReasonCodeT &&value)
AWS_SSM_API ValidationException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
bool MessageHasBeenSet() const
const Aws::String & GetReasonCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue