45 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
46 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
66 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
91 inline void SetSenderFault(
bool value) { m_senderFaultHasBeenSet =
true; m_senderFault = value; }
116 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
151 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
172 bool m_senderFaultHasBeenSet;
174 bool m_codeHasBeenSet;
176 bool m_messageHasBeenSet;
BatchResultErrorEntry & WithMessage(Aws::String &&value)
BatchResultErrorEntry & WithCode(const Aws::String &value)
void SetSenderFault(bool value)
const Aws::String & GetCode() const
void SetMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
BatchResultErrorEntry & WithId(Aws::String &&value)
const Aws::String & GetId() const
void SetId(const char *value)
void SetCode(const Aws::String &value)
BatchResultErrorEntry & WithMessage(const Aws::String &value)
BatchResultErrorEntry & WithId(const char *value)
void SetId(Aws::String &&value)
BatchResultErrorEntry & WithSenderFault(bool value)
void SetId(const Aws::String &value)
BatchResultErrorEntry & WithId(const Aws::String &value)
const Aws::String & GetMessage() const
std::basic_ostream< char, std::char_traits< char > > OStream
void SetCode(Aws::String &&value)
BatchResultErrorEntry & WithMessage(const char *value)
BatchResultErrorEntry & WithCode(Aws::String &&value)
bool GetSenderFault() const
void SetMessage(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetCode(const char *value)
BatchResultErrorEntry & WithCode(const char *value)
JSON (JavaScript Object Notation).