7#include <aws/evs/EVS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename MessageT = Aws::String>
50 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
51 template<
typename MessageT = Aws::String>
61 inline void SetRetryAfterSeconds(
int value) { m_retryAfterSecondsHasBeenSet =
true; m_retryAfterSeconds = value; }
67 bool m_messageHasBeenSet =
false;
69 int m_retryAfterSeconds{0};
70 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