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