7#include <aws/ebs/EBS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ebs/model/RequestThrottledExceptionReason.h>
48 template<
typename MessageT = Aws::String>
49 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
50 template<
typename MessageT = Aws::String>
66 bool m_messageHasBeenSet =
false;
69 bool m_reasonHasBeenSet =
false;
void SetReason(RequestThrottledExceptionReason value)
const Aws::String & GetMessage() const
bool MessageHasBeenSet() const
AWS_EBS_API RequestThrottledException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EBS_API RequestThrottledException()=default
RequestThrottledException & WithReason(RequestThrottledExceptionReason value)
bool ReasonHasBeenSet() const
RequestThrottledExceptionReason GetReason() const
RequestThrottledException & WithMessage(MessageT &&value)
AWS_EBS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EBS_API RequestThrottledException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
RequestThrottledExceptionReason
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue