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