7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ebs/EBS_EXPORTS.h>
9#include <aws/ebs/model/RequestThrottledExceptionReason.h>
42 template <
typename MessageT = Aws::String>
44 m_messageHasBeenSet =
true;
45 m_message = std::forward<MessageT>(value);
47 template <
typename MessageT = Aws::String>
61 m_reasonHasBeenSet =
true;
73 bool m_messageHasBeenSet =
false;
74 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