7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
19namespace resiliencehubv2 {
38 template <
typename MessageT = Aws::String>
40 m_messageHasBeenSet =
true;
41 m_message = std::forward<MessageT>(value);
43 template <
typename MessageT = Aws::String>
57 m_retryAfterSecondsHasBeenSet =
true;
58 m_retryAfterSeconds = value;
68 int m_retryAfterSeconds{0};
69 bool m_messageHasBeenSet =
false;
70 bool m_retryAfterSecondsHasBeenSet =
false;
AWS_RESILIENCEHUBV2_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
int GetRetryAfterSeconds() const
AWS_RESILIENCEHUBV2_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool RetryAfterSecondsHasBeenSet() const
ThrottlingException & WithRetryAfterSeconds(int value)
void SetMessage(MessageT &&value)
AWS_RESILIENCEHUBV2_API ThrottlingException()=default
ThrottlingException & WithMessage(MessageT &&value)
bool MessageHasBeenSet() const
void SetRetryAfterSeconds(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue