7#include <aws/sns/SNS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
51 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
65 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
79 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
92 inline void SetSenderFault(
bool value) { m_senderFaultHasBeenSet =
true; m_senderFault = value; }
98 bool m_idHasBeenSet =
false;
101 bool m_codeHasBeenSet =
false;
104 bool m_messageHasBeenSet =
false;
107 bool m_senderFaultHasBeenSet =
false;
const Aws::String & GetMessage() const
void SetMessage(const Aws::String &value)
void SetId(const Aws::String &value)
AWS_SNS_API BatchResultErrorEntry & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
BatchResultErrorEntry & WithCode(const char *value)
AWS_SNS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetSenderFault(bool value)
AWS_SNS_API BatchResultErrorEntry()
bool MessageHasBeenSet() const
AWS_SNS_API BatchResultErrorEntry(const Aws::Utils::Xml::XmlNode &xmlNode)
BatchResultErrorEntry & WithCode(Aws::String &&value)
bool GetSenderFault() const
void SetId(const char *value)
bool CodeHasBeenSet() const
BatchResultErrorEntry & WithMessage(const Aws::String &value)
BatchResultErrorEntry & WithSenderFault(bool value)
BatchResultErrorEntry & WithId(const Aws::String &value)
bool IdHasBeenSet() const
const Aws::String & GetCode() const
BatchResultErrorEntry & WithMessage(const char *value)
void SetId(Aws::String &&value)
void SetMessage(const char *value)
void SetCode(Aws::String &&value)
void SetCode(const Aws::String &value)
BatchResultErrorEntry & WithId(Aws::String &&value)
BatchResultErrorEntry & WithId(const char *value)
bool SenderFaultHasBeenSet() const
BatchResultErrorEntry & WithCode(const Aws::String &value)
AWS_SNS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetId() const
BatchResultErrorEntry & WithMessage(Aws::String &&value)
void SetCode(const char *value)
void SetMessage(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream