/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An internal failure in an Amazon service occurred.See Also:
* AWS
* API Reference
The number of seconds after which the action that caused the internal server * exception can be retried.
*/ inline int GetRetryAfterSeconds() const{ return m_retryAfterSeconds; } /** *The number of seconds after which the action that caused the internal server * exception can be retried.
*/ inline bool RetryAfterSecondsHasBeenSet() const { return m_retryAfterSecondsHasBeenSet; } /** *The number of seconds after which the action that caused the internal server * exception can be retried.
*/ inline void SetRetryAfterSeconds(int value) { m_retryAfterSecondsHasBeenSet = true; m_retryAfterSeconds = value; } /** *The number of seconds after which the action that caused the internal server * exception can be retried.
*/ inline InternalServerException& WithRetryAfterSeconds(int value) { SetRetryAfterSeconds(value); return *this;} private: Aws::String m_message; bool m_messageHasBeenSet = false; int m_retryAfterSeconds; bool m_retryAfterSecondsHasBeenSet = false; }; } // namespace Model } // namespace DevOpsGuru } // namespace Aws