7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename MessageT = Aws::String>
45 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
46 template<
typename MessageT = Aws::String>
56 inline void SetRetryAfterSeconds(
int value) { m_retryAfterSecondsHasBeenSet =
true; m_retryAfterSeconds = value; }
62 bool m_messageHasBeenSet =
false;
64 int m_retryAfterSeconds{0};
65 bool m_retryAfterSecondsHasBeenSet =
false;
InternalServerException & WithMessage(MessageT &&value)
const Aws::String & GetMessage() const
bool RetryAfterSecondsHasBeenSet() const
void SetMessage(MessageT &&value)
AWS_PANORAMA_API InternalServerException()=default
bool MessageHasBeenSet() const
void SetRetryAfterSeconds(int value)
AWS_PANORAMA_API InternalServerException(Aws::Utils::Json::JsonView jsonValue)
int GetRetryAfterSeconds() const
AWS_PANORAMA_API InternalServerException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
InternalServerException & WithRetryAfterSeconds(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue