7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/Payer.h>
46 inline void SetPayer(
const Payer& value) { m_payerHasBeenSet =
true; m_payer = value; }
47 inline void SetPayer(
Payer&& value) { m_payerHasBeenSet =
true; m_payer = std::move(value); }
54 bool m_payerHasBeenSet =
false;
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3_API RequestPaymentConfiguration()
void SetPayer(const Payer &value)
AWS_S3_API RequestPaymentConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetPayer(Payer &&value)
RequestPaymentConfiguration & WithPayer(Payer &&value)
RequestPaymentConfiguration & WithPayer(const Payer &value)
AWS_S3_API RequestPaymentConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
const Payer & GetPayer() const
bool PayerHasBeenSet() const