7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/evs/EVS_EXPORTS.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_retryAfterSecondsHasBeenSet =
true;
62 m_retryAfterSeconds = value;
72 int m_retryAfterSeconds{0};
73 bool m_messageHasBeenSet =
false;
74 bool m_retryAfterSecondsHasBeenSet =
false;
int GetRetryAfterSeconds() const
AWS_EVS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
ThrottlingException & WithRetryAfterSeconds(int value)
AWS_EVS_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
AWS_EVS_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
ThrottlingException & WithMessage(MessageT &&value)
AWS_EVS_API ThrottlingException()=default
void SetMessage(MessageT &&value)
bool RetryAfterSecondsHasBeenSet() const
void SetRetryAfterSeconds(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue