7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename CodeT = Aws::String>
45 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
46 template<
typename CodeT = Aws::String>
54 template<
typename MessageT = Aws::String>
55 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
56 template<
typename MessageT = Aws::String>
62 bool m_codeHasBeenSet =
false;
65 bool m_messageHasBeenSet =
false;
AWS_MGN_API UninitializedAccountException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
UninitializedAccountException & WithMessage(MessageT &&value)
AWS_MGN_API UninitializedAccountException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCode() const
void SetCode(CodeT &&value)
AWS_MGN_API UninitializedAccountException()=default
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
UninitializedAccountException & WithCode(CodeT &&value)
bool MessageHasBeenSet() const
bool CodeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue