7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetRetryAfterSeconds(
const char* value) { m_retryAfterSecondsHasBeenSet =
true; m_retryAfterSeconds.assign(value); }
55 bool m_retryAfterSecondsHasBeenSet =
false;
const Aws::String & GetRetryAfterSeconds() const
void SetRetryAfterSeconds(const Aws::String &value)
AWS_TRANSFER_API ThrottlingException()
AWS_TRANSFER_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
ThrottlingException & WithRetryAfterSeconds(const Aws::String &value)
void SetRetryAfterSeconds(Aws::String &&value)
ThrottlingException & WithRetryAfterSeconds(const char *value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
bool RetryAfterSecondsHasBeenSet() const
ThrottlingException & WithRetryAfterSeconds(Aws::String &&value)
void SetRetryAfterSeconds(const char *value)
AWS_TRANSFER_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue