7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/signer/Signer_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>
54 template <
typename CodeT = Aws::String>
56 m_codeHasBeenSet =
true;
57 m_code = std::forward<CodeT>(value);
59 template <
typename CodeT = Aws::String>
61 SetCode(std::forward<CodeT>(value));
69 bool m_messageHasBeenSet =
false;
70 bool m_codeHasBeenSet =
false;
void SetMessage(MessageT &&value)
AWS_SIGNER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCode() const
bool CodeHasBeenSet() const
void SetCode(CodeT &&value)
ResourceNotFoundException & WithCode(CodeT &&value)
AWS_SIGNER_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithMessage(MessageT &&value)
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
AWS_SIGNER_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SIGNER_API ResourceNotFoundException()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue