53 inline void SetPayer(
const Payer& value) { m_payerHasBeenSet =
true; m_payer = value; }
58 inline void SetPayer(
Payer&& value) { m_payerHasBeenSet =
true; m_payer = std::move(value); }
73 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)