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