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