7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pcs/PCS_EXPORTS.h>
39 template <
typename MessageT = Aws::String>
41 m_messageHasBeenSet =
true;
42 m_message = std::forward<MessageT>(value);
44 template <
typename MessageT = Aws::String>
58 m_retryAfterSecondsHasBeenSet =
true;
59 m_retryAfterSeconds = value;
69 int m_retryAfterSeconds{0};
70 bool m_messageHasBeenSet =
false;
71 bool m_retryAfterSecondsHasBeenSet =
false;
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
AWS_PCS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PCS_API ThrottlingException()=default
void SetRetryAfterSeconds(int value)
bool RetryAfterSecondsHasBeenSet() const
int GetRetryAfterSeconds() const
AWS_PCS_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
ThrottlingException & WithRetryAfterSeconds(int value)
void SetMessage(MessageT &&value)
ThrottlingException & WithMessage(MessageT &&value)
AWS_PCS_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue