7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetTypeName(
const char* value) { m_typeNameHasBeenSet =
true; m_typeName.assign(value); }
58 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
66 bool m_typeNameHasBeenSet =
false;
69 bool m_messageHasBeenSet =
false;
AWS_SSM_API ItemContentMismatchException(Aws::Utils::Json::JsonView jsonValue)
bool TypeNameHasBeenSet() const
AWS_SSM_API ItemContentMismatchException()
ItemContentMismatchException & WithMessage(const char *value)
bool MessageHasBeenSet() const
ItemContentMismatchException & WithTypeName(const char *value)
ItemContentMismatchException & WithTypeName(Aws::String &&value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTypeName(Aws::String &&value)
void SetMessage(const Aws::String &value)
const Aws::String & GetTypeName() const
AWS_SSM_API ItemContentMismatchException & operator=(Aws::Utils::Json::JsonView jsonValue)
ItemContentMismatchException & WithTypeName(const Aws::String &value)
void SetMessage(const char *value)
void SetMessage(Aws::String &&value)
void SetTypeName(const char *value)
ItemContentMismatchException & WithMessage(Aws::String &&value)
ItemContentMismatchException & WithMessage(const Aws::String &value)
void SetTypeName(const Aws::String &value)
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue