7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename MessageT = Aws::String>
41 m_messageHasBeenSet =
true;
42 m_message = std::forward<MessageT>(value);
44 template <
typename MessageT = Aws::String>
58 m_retryAfterSecondsHasBeenSet =
true;
59 m_retryAfterSeconds = value;
69 int m_retryAfterSeconds{0};
70 bool m_messageHasBeenSet =
false;
71 bool m_retryAfterSecondsHasBeenSet =
false;
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
AWS_APPFABRIC_API InternalServerException(Aws::Utils::Json::JsonView jsonValue)
InternalServerException & WithMessage(MessageT &&value)
bool MessageHasBeenSet() const
AWS_APPFABRIC_API InternalServerException & operator=(Aws::Utils::Json::JsonView jsonValue)
InternalServerException & WithRetryAfterSeconds(int value)
AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRetryAfterSeconds(int value)
AWS_APPFABRIC_API InternalServerException()=default
int GetRetryAfterSeconds() const
bool RetryAfterSecondsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue