7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/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;
RequestPaymentConfiguration & WithPayer(Payer &&value)
void SetPayer(const Payer &value)
const Payer & GetPayer() const
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
RequestPaymentConfiguration & WithPayer(const Payer &value)
AWS_S3CRT_API RequestPaymentConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API RequestPaymentConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API RequestPaymentConfiguration()
bool PayerHasBeenSet() const
void SetPayer(Payer &&value)