7#include <aws/sqs/SQS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
49 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
62 inline void SetSenderFault(
bool value) { m_senderFaultHasBeenSet =
true; m_senderFault = value; }
74 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
88 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
96 bool m_idHasBeenSet =
false;
99 bool m_senderFaultHasBeenSet =
false;
102 bool m_codeHasBeenSet =
false;
105 bool m_messageHasBeenSet =
false;
BatchResultErrorEntry & WithCode(Aws::String &&value)
bool GetSenderFault() const
void SetMessage(const Aws::String &value)
AWS_SQS_API BatchResultErrorEntry()
const Aws::String & GetCode() const
AWS_SQS_API BatchResultErrorEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCode(const char *value)
BatchResultErrorEntry & WithMessage(const char *value)
void SetMessage(const char *value)
BatchResultErrorEntry & WithId(const Aws::String &value)
void SetCode(const Aws::String &value)
void SetSenderFault(bool value)
bool CodeHasBeenSet() const
AWS_SQS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SQS_API BatchResultErrorEntry(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
void SetId(Aws::String &&value)
BatchResultErrorEntry & WithId(const char *value)
void SetId(const char *value)
bool IdHasBeenSet() const
BatchResultErrorEntry & WithSenderFault(bool value)
BatchResultErrorEntry & WithMessage(const Aws::String &value)
BatchResultErrorEntry & WithMessage(Aws::String &&value)
bool MessageHasBeenSet() const
BatchResultErrorEntry & WithId(Aws::String &&value)
void SetId(const Aws::String &value)
void SetMessage(Aws::String &&value)
bool SenderFaultHasBeenSet() const
BatchResultErrorEntry & WithCode(const Aws::String &value)
BatchResultErrorEntry & WithCode(const char *value)
const Aws::String & GetId() const
void SetCode(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue