7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dlm/DLM_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>
54 template <
typename CodeT = Aws::String>
56 m_codeHasBeenSet =
true;
57 m_code = std::forward<CodeT>(value);
59 template <
typename CodeT = Aws::String>
61 SetCode(std::forward<CodeT>(value));
69 bool m_messageHasBeenSet =
false;
70 bool m_codeHasBeenSet =
false;
InternalServerException & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
bool CodeHasBeenSet() const
const Aws::String & GetCode() const
AWS_DLM_API InternalServerException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCode(CodeT &&value)
InternalServerException & WithCode(CodeT &&value)
AWS_DLM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DLM_API InternalServerException(Aws::Utils::Json::JsonView jsonValue)
AWS_DLM_API InternalServerException()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue