7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sqs/SQS_EXPORTS.h>
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
61 m_senderFaultHasBeenSet =
true;
62 m_senderFault = value;
76 template <
typename CodeT = Aws::String>
78 m_codeHasBeenSet =
true;
79 m_code = std::forward<CodeT>(value);
81 template <
typename CodeT = Aws::String>
83 SetCode(std::forward<CodeT>(value));
94 template <
typename MessageT = Aws::String>
96 m_messageHasBeenSet =
true;
97 m_message = std::forward<MessageT>(value);
99 template <
typename MessageT = Aws::String>
108 bool m_senderFault{
false};
113 bool m_idHasBeenSet =
false;
114 bool m_senderFaultHasBeenSet =
false;
115 bool m_codeHasBeenSet =
false;
116 bool m_messageHasBeenSet =
false;
AWS_SQS_API BatchResultErrorEntry()=default
bool GetSenderFault() const
void SetMessage(MessageT &&value)
const Aws::String & GetCode() const
AWS_SQS_API BatchResultErrorEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCode(CodeT &&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
bool IdHasBeenSet() const
BatchResultErrorEntry & WithCode(CodeT &&value)
BatchResultErrorEntry & WithMessage(MessageT &&value)
BatchResultErrorEntry & WithSenderFault(bool value)
bool MessageHasBeenSet() const
BatchResultErrorEntry & WithId(IdT &&value)
bool SenderFaultHasBeenSet() const
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue