/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The server encountered an unexpected condition that prevented it from
* fulfilling the request.See Also:
AWS
* API Reference
The server encountered an unexpected condition that prevented it from * fulfilling the request. The request will be retried again after x seconds.
*/ inline long long GetRetryAfterSeconds() const{ return m_retryAfterSeconds; } /** *The server encountered an unexpected condition that prevented it from * fulfilling the request. The request will be retried again after x seconds.
*/ inline bool RetryAfterSecondsHasBeenSet() const { return m_retryAfterSecondsHasBeenSet; } /** *The server encountered an unexpected condition that prevented it from * fulfilling the request. The request will be retried again after x seconds.
*/ inline void SetRetryAfterSeconds(long long value) { m_retryAfterSecondsHasBeenSet = true; m_retryAfterSeconds = value; } /** *The server encountered an unexpected condition that prevented it from * fulfilling the request. The request will be retried again after x seconds.
*/ inline InternalServerException& WithRetryAfterSeconds(long long value) { SetRetryAfterSeconds(value); return *this;} private: Aws::String m_message; bool m_messageHasBeenSet = false; long long m_retryAfterSeconds; bool m_retryAfterSecondsHasBeenSet = false; }; } // namespace Model } // namespace mgn } // namespace Aws