7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.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>
13#include <aws/outposts/model/QuoteCapacity.h>
14#include <aws/outposts/model/QuoteConstraint.h>
43 template <
typename OutpostIdentifierT = Aws::String>
45 m_outpostIdentifierHasBeenSet =
true;
46 m_outpostIdentifier = std::forward<OutpostIdentifierT>(value);
48 template <
typename OutpostIdentifierT = Aws::String>
61 template <
typename CountryCodeT = Aws::String>
63 m_countryCodeHasBeenSet =
true;
64 m_countryCode = std::forward<CountryCodeT>(value);
66 template <
typename CountryCodeT = Aws::String>
83 template <
typename RequestedCapacitiesT = Aws::Vector<QuoteCapacity>>
85 m_requestedCapacitiesHasBeenSet =
true;
86 m_requestedCapacities = std::forward<RequestedCapacitiesT>(value);
88 template <
typename RequestedCapacitiesT = Aws::Vector<QuoteCapacity>>
93 template <
typename RequestedCapacitiesT = QuoteCapacity>
95 m_requestedCapacitiesHasBeenSet =
true;
96 m_requestedCapacities.emplace_back(std::forward<RequestedCapacitiesT>(value));
108 template <
typename RequestedConstra
intsT = Aws::Vector<QuoteConstra
int>>
110 m_requestedConstraintsHasBeenSet =
true;
111 m_requestedConstraints = std::forward<RequestedConstraintsT>(value);
113 template <
typename RequestedConstra
intsT = Aws::Vector<QuoteConstra
int>>
118 template <
typename RequestedConstra
intsT = QuoteConstra
int>
120 m_requestedConstraintsHasBeenSet =
true;
121 m_requestedConstraints.emplace_back(std::forward<RequestedConstraintsT>(value));
133 template <
typename RequestedPaymentOptionsT = Aws::Vector<PaymentOption>>
135 m_requestedPaymentOptionsHasBeenSet =
true;
136 m_requestedPaymentOptions = std::forward<RequestedPaymentOptionsT>(value);
138 template <
typename RequestedPaymentOptionsT = Aws::Vector<PaymentOption>>
144 m_requestedPaymentOptionsHasBeenSet =
true;
145 m_requestedPaymentOptions.push_back(value);
157 template <
typename RequestedPaymentTermsT = Aws::Vector<PaymentTerm>>
159 m_requestedPaymentTermsHasBeenSet =
true;
160 m_requestedPaymentTerms = std::forward<RequestedPaymentTermsT>(value);
162 template <
typename RequestedPaymentTermsT = Aws::Vector<PaymentTerm>>
168 m_requestedPaymentTermsHasBeenSet =
true;
169 m_requestedPaymentTerms.push_back(value);
180 template <
typename DescriptionT = Aws::String>
182 m_descriptionHasBeenSet =
true;
183 m_description = std::forward<DescriptionT>(value);
185 template <
typename DescriptionT = Aws::String>
205 bool m_outpostIdentifierHasBeenSet =
false;
206 bool m_countryCodeHasBeenSet =
false;
207 bool m_requestedCapacitiesHasBeenSet =
false;
208 bool m_requestedConstraintsHasBeenSet =
false;
209 bool m_requestedPaymentOptionsHasBeenSet =
false;
210 bool m_requestedPaymentTermsHasBeenSet =
false;
211 bool m_descriptionHasBeenSet =
false;
const Aws::Vector< QuoteCapacity > & GetRequestedCapacities() const
bool OutpostIdentifierHasBeenSet() const
const Aws::Vector< PaymentOption > & GetRequestedPaymentOptions() const
CreateQuoteRequest & AddRequestedPaymentOptions(PaymentOption value)
CreateQuoteRequest & AddRequestedCapacities(RequestedCapacitiesT &&value)
void SetOutpostIdentifier(OutpostIdentifierT &&value)
void SetRequestedCapacities(RequestedCapacitiesT &&value)
bool CountryCodeHasBeenSet() const
bool RequestedPaymentTermsHasBeenSet() const
const Aws::String & GetOutpostIdentifier() const
AWS_OUTPOSTS_API Aws::String SerializePayload() const override
CreateQuoteRequest & WithCountryCode(CountryCodeT &&value)
void SetCountryCode(CountryCodeT &&value)
CreateQuoteRequest & WithRequestedConstraints(RequestedConstraintsT &&value)
void SetRequestedConstraints(RequestedConstraintsT &&value)
CreateQuoteRequest & WithRequestedPaymentOptions(RequestedPaymentOptionsT &&value)
const Aws::Vector< QuoteConstraint > & GetRequestedConstraints() const
bool DescriptionHasBeenSet() const
AWS_OUTPOSTS_API CreateQuoteRequest()=default
void SetDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
CreateQuoteRequest & WithRequestedCapacities(RequestedCapacitiesT &&value)
void SetRequestedPaymentTerms(RequestedPaymentTermsT &&value)
CreateQuoteRequest & WithRequestedPaymentTerms(RequestedPaymentTermsT &&value)
const Aws::Vector< PaymentTerm > & GetRequestedPaymentTerms() const
void SetRequestedPaymentOptions(RequestedPaymentOptionsT &&value)
const Aws::String & GetCountryCode() const
bool RequestedPaymentOptionsHasBeenSet() const
CreateQuoteRequest & WithOutpostIdentifier(OutpostIdentifierT &&value)
CreateQuoteRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
bool RequestedCapacitiesHasBeenSet() const
CreateQuoteRequest & AddRequestedPaymentTerms(PaymentTerm value)
bool RequestedConstraintsHasBeenSet() const
CreateQuoteRequest & AddRequestedConstraints(RequestedConstraintsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector