7#include <aws/ivs/IVS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ArnT = Aws::String>
48 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
49 template<
typename ArnT = Aws::String>
59 template<
typename CodeT = Aws::String>
60 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
61 template<
typename CodeT = Aws::String>
71 template<
typename MessageT = Aws::String>
72 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
73 template<
typename MessageT = Aws::String>
79 bool m_arnHasBeenSet =
false;
82 bool m_codeHasBeenSet =
false;
85 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