AWS SDK for C++
1.8.126
AWS SDK for C++
|
Go to the documentation of this file.
61 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
66 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
100 inline void SetSenderFault(
bool value) { m_senderFaultHasBeenSet =
true; m_senderFault = value; }
132 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
173 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
196 bool m_senderFaultHasBeenSet;
199 bool m_codeHasBeenSet;
202 bool m_messageHasBeenSet;
void SetCode(const Aws::String &value)
bool IdHasBeenSet() const
void SetMessage(Aws::String &&value)
const Aws::String & GetId() const
void SetId(const char *value)
void SetMessage(const char *value)
BatchResultErrorEntry & WithCode(const Aws::String &value)
BatchResultErrorEntry(const Aws::Utils::Xml::XmlNode &xmlNode)
BatchResultErrorEntry & WithId(Aws::String &&value)
bool CodeHasBeenSet() const
bool GetSenderFault() const
BatchResultErrorEntry & WithCode(const char *value)
std::basic_ostream< char, std::char_traits< char > > OStream
BatchResultErrorEntry & WithMessage(const Aws::String &value)
BatchResultErrorEntry & WithId(const char *value)
bool SenderFaultHasBeenSet() const
const Aws::String & GetCode() const
BatchResultErrorEntry & WithSenderFault(bool value)
void SetSenderFault(bool value)
void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetMessage(const Aws::String &value)
void SetCode(const char *value)
BatchResultErrorEntry & WithCode(Aws::String &&value)
void SetCode(Aws::String &&value)
BatchResultErrorEntry & WithMessage(const char *value)
void SetId(Aws::String &&value)
void OutputToStream(Aws::OStream &oStream, const char *location) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
BatchResultErrorEntry & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool MessageHasBeenSet() const
BatchResultErrorEntry & WithMessage(Aws::String &&value)
BatchResultErrorEntry & WithId(const Aws::String &value)
void SetId(const Aws::String &value)
const Aws::String & GetMessage() const