7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pipes/Pipes_EXPORTS.h>
38 template <
typename MessageT = Aws::String>
40 m_messageHasBeenSet =
true;
41 m_message = std::forward<MessageT>(value);
43 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;
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
int GetRetryAfterSeconds() const
bool MessageHasBeenSet() const
AWS_PIPES_API InternalException(Aws::Utils::Json::JsonView jsonValue)
AWS_PIPES_API InternalException()=default
InternalException & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
bool RetryAfterSecondsHasBeenSet() const
void SetRetryAfterSeconds(int value)
const Aws::String & GetMessage() const
InternalException & WithRetryAfterSeconds(int value)
AWS_PIPES_API InternalException & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue