7#include <aws/dlm/DLM_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>
54 template<
typename CodeT = Aws::String>
55 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
56 template<
typename CodeT = Aws::String>
62 bool m_messageHasBeenSet =
false;
65 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