7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename MessageT = Aws::String>
47 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
48 template<
typename MessageT = Aws::String>
58 inline void SetRetryAfterSeconds(
int value) { m_retryAfterSecondsHasBeenSet =
true; m_retryAfterSeconds = value; }
64 bool m_messageHasBeenSet =
false;
66 int m_retryAfterSeconds{0};
67 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