7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ivs/IVS_EXPORTS.h>
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
59 template <
typename CodeT = Aws::String>
61 m_codeHasBeenSet =
true;
62 m_code = std::forward<CodeT>(value);
64 template <
typename CodeT = Aws::String>
66 SetCode(std::forward<CodeT>(value));
77 template <
typename MessageT = Aws::String>
79 m_messageHasBeenSet =
true;
80 m_message = std::forward<MessageT>(value);
82 template <
typename MessageT = Aws::String>
94 bool m_arnHasBeenSet =
false;
95 bool m_codeHasBeenSet =
false;
96 bool m_messageHasBeenSet =
false;
bool CodeHasBeenSet() const
AWS_IVS_API BatchError(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCode() const
void SetMessage(MessageT &&value)
void SetArn(ArnT &&value)
AWS_IVS_API BatchError & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
BatchError & WithArn(ArnT &&value)
void SetCode(CodeT &&value)
const Aws::String & GetArn() const
bool MessageHasBeenSet() const
BatchError & WithCode(CodeT &&value)
AWS_IVS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IVS_API BatchError()=default
const Aws::String & GetMessage() const
BatchError & WithMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue