7#include <aws/ecr/ECR_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); }
60 inline void SetKmsError(
const char* value) { m_kmsErrorHasBeenSet =
true; m_kmsError.assign(value); }
68 bool m_messageHasBeenSet =
false;
71 bool m_kmsErrorHasBeenSet =
false;
void SetKmsError(const Aws::String &value)
KmsException & WithKmsError(Aws::String &&value)
KmsException & WithMessage(const Aws::String &value)
void SetKmsError(const char *value)
void SetMessage(const Aws::String &value)
AWS_ECR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(Aws::String &&value)
void SetKmsError(Aws::String &&value)
KmsException & WithMessage(Aws::String &&value)
bool KmsErrorHasBeenSet() const
KmsException & WithMessage(const char *value)
AWS_ECR_API KmsException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
const Aws::String & GetKmsError() const
AWS_ECR_API KmsException(Aws::Utils::Json::JsonView jsonValue)
KmsException & WithKmsError(const char *value)
const Aws::String & GetMessage() const
AWS_ECR_API KmsException()
KmsException & WithKmsError(const Aws::String &value)
void SetMessage(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue