7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/outposts/OutpostsRequest.h>
9#include <aws/outposts/Outposts_EXPORTS.h>
37 template <
typename OutpostIdentifierT = Aws::String>
39 m_outpostIdentifierHasBeenSet =
true;
40 m_outpostIdentifier = std::forward<OutpostIdentifierT>(value);
42 template <
typename OutpostIdentifierT = Aws::String>
50 bool m_outpostIdentifierHasBeenSet =
false;
GetRenewalPricingRequest & WithOutpostIdentifier(OutpostIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
bool OutpostIdentifierHasBeenSet() const
AWS_OUTPOSTS_API GetRenewalPricingRequest()=default
AWS_OUTPOSTS_API Aws::String SerializePayload() const override
void SetOutpostIdentifier(OutpostIdentifierT &&value)
const Aws::String & GetOutpostIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String