7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename MessageT = Aws::String>
45 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
46 template<
typename MessageT = Aws::String>
54 template<
typename CodeT = Aws::String>
55 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
56 template<
typename CodeT = Aws::String>
62 bool m_messageHasBeenSet =
false;
65 bool m_codeHasBeenSet =
false;
const Aws::String & GetMessage() const
AWS_SIGNER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SIGNER_API InternalServiceErrorException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
void SetCode(CodeT &&value)
InternalServiceErrorException & WithCode(CodeT &&value)
InternalServiceErrorException & WithMessage(MessageT &&value)
AWS_SIGNER_API InternalServiceErrorException()=default
bool CodeHasBeenSet() const
const Aws::String & GetCode() const
void SetMessage(MessageT &&value)
AWS_SIGNER_API InternalServiceErrorException(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue