7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/outposts/OutpostsRequest.h>
10#include <aws/outposts/Outposts_EXPORTS.h>
11#include <aws/outposts/model/PaymentOption.h>
12#include <aws/outposts/model/PaymentTerm.h>
41 m_paymentOptionHasBeenSet =
true;
42 m_paymentOption = value;
57 m_paymentTermHasBeenSet =
true;
58 m_paymentTerm = value;
72 template <
typename OutpostIdentifierT = Aws::String>
74 m_outpostIdentifierHasBeenSet =
true;
75 m_outpostIdentifier = std::forward<OutpostIdentifierT>(value);
77 template <
typename OutpostIdentifierT = Aws::String>
91 template <
typename ClientTokenT = Aws::String>
93 m_clientTokenHasBeenSet =
true;
94 m_clientToken = std::forward<ClientTokenT>(value);
96 template <
typename ClientTokenT = Aws::String>
110 bool m_paymentOptionHasBeenSet =
false;
111 bool m_paymentTermHasBeenSet =
false;
112 bool m_outpostIdentifierHasBeenSet =
false;
113 bool m_clientTokenHasBeenSet =
true;
PaymentTerm GetPaymentTerm() const
bool ClientTokenHasBeenSet() const
CreateRenewalRequest & WithPaymentOption(PaymentOption value)
void SetClientToken(ClientTokenT &&value)
void SetPaymentOption(PaymentOption value)
AWS_OUTPOSTS_API CreateRenewalRequest()=default
AWS_OUTPOSTS_API Aws::String SerializePayload() const override
bool OutpostIdentifierHasBeenSet() const
PaymentOption GetPaymentOption() const
const Aws::String & GetClientToken() const
void SetPaymentTerm(PaymentTerm value)
void SetOutpostIdentifier(OutpostIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
bool PaymentTermHasBeenSet() const
CreateRenewalRequest & WithClientToken(ClientTokenT &&value)
CreateRenewalRequest & WithOutpostIdentifier(OutpostIdentifierT &&value)
const Aws::String & GetOutpostIdentifier() const
CreateRenewalRequest & WithPaymentTerm(PaymentTerm value)
bool PaymentOptionHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String