7#include <aws/backup/Backup_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename CodeT = Aws::String>
41 m_codeHasBeenSet =
true;
42 m_code = std::forward<CodeT>(value);
44 template <
typename CodeT = Aws::String>
46 SetCode(std::forward<CodeT>(value));
55 template <
typename MessageT = Aws::String>
57 m_messageHasBeenSet =
true;
58 m_message = std::forward<MessageT>(value);
60 template <
typename MessageT = Aws::String>
73 template <
typename TypeT = Aws::String>
75 m_typeHasBeenSet =
true;
76 m_type = std::forward<TypeT>(value);
78 template <
typename TypeT = Aws::String>
80 SetType(std::forward<TypeT>(value));
91 template <
typename ContextT = Aws::String>
93 m_contextHasBeenSet =
true;
94 m_context = std::forward<ContextT>(value);
96 template <
typename ContextT = Aws::String>
110 bool m_codeHasBeenSet =
false;
111 bool m_messageHasBeenSet =
false;
112 bool m_typeHasBeenSet =
false;
113 bool m_contextHasBeenSet =
false;
AWS_BACKUP_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
AWS_BACKUP_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithCode(CodeT &&value)
ConflictException & WithMessage(MessageT &&value)
const Aws::String & GetMessage() const
AWS_BACKUP_API Aws::Utils::Json::JsonValue Jsonize() const
ConflictException & WithContext(ContextT &&value)
bool CodeHasBeenSet() const
AWS_BACKUP_API ConflictException()=default
bool ContextHasBeenSet() const
void SetCode(CodeT &&value)
ConflictException & WithType(TypeT &&value)
void SetContext(ContextT &&value)
const Aws::String & GetContext() const
void SetType(TypeT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetType() const
void SetMessage(MessageT &&value)
bool MessageHasBeenSet() const
const Aws::String & GetCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue