7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecr/ECR_EXPORTS.h>
38 template <
typename MessageT = Aws::String>
40 m_messageHasBeenSet =
true;
41 m_message = std::forward<MessageT>(value);
43 template <
typename MessageT = Aws::String>
56 template <
typename KmsErrorT = Aws::String>
58 m_kmsErrorHasBeenSet =
true;
59 m_kmsError = std::forward<KmsErrorT>(value);
61 template <
typename KmsErrorT = Aws::String>
71 bool m_messageHasBeenSet =
false;
72 bool m_kmsErrorHasBeenSet =
false;
AWS_ECR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKmsError(KmsErrorT &&value)
KmsException & WithMessage(MessageT &&value)
KmsException & WithKmsError(KmsErrorT &&value)
bool KmsErrorHasBeenSet() const
AWS_ECR_API KmsException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
const Aws::String & GetKmsError() const
AWS_ECR_API KmsException()=default
AWS_ECR_API KmsException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue