7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/model/ErrorCode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename MessageT = Aws::String>
54 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
55 template<
typename MessageT = Aws::String>
61 bool m_codeHasBeenSet =
false;
64 bool m_messageHasBeenSet =
false;
bool CodeHasBeenSet() const
AWS_CHIME_API ThrottledClientException(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
void SetMessage(MessageT &&value)
AWS_CHIME_API ThrottledClientException()=default
void SetCode(ErrorCode value)
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
ThrottledClientException & WithCode(ErrorCode value)
ThrottledClientException & WithMessage(MessageT &&value)
const Aws::String & GetMessage() const
AWS_CHIME_API ThrottledClientException & operator=(Aws::Utils::Json::JsonView jsonValue)
ErrorCode GetCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue