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