7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename RetryAfterSecondsT = Aws::String>
46 void SetRetryAfterSeconds(RetryAfterSecondsT&& value) { m_retryAfterSecondsHasBeenSet =
true; m_retryAfterSeconds = std::forward<RetryAfterSecondsT>(value); }
47 template<
typename RetryAfterSecondsT = Aws::String>
53 bool m_retryAfterSecondsHasBeenSet =
false;
const Aws::String & GetRetryAfterSeconds() const
void SetRetryAfterSeconds(RetryAfterSecondsT &&value)
ThrottlingException & WithRetryAfterSeconds(RetryAfterSecondsT &&value)
AWS_TRANSFER_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSFER_API ThrottlingException()=default
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
bool RetryAfterSecondsHasBeenSet() const
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