7#include <aws/outposts/Outposts_EXPORTS.h>
8#include <aws/outposts/OutpostsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename NextTokenT = Aws::String>
46 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
47 template<
typename NextTokenT = Aws::String>
55 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
65 template<
typename OutpostIdentifierT = Aws::String>
66 void SetOutpostIdentifier(OutpostIdentifierT&& value) { m_outpostIdentifierHasBeenSet =
true; m_outpostIdentifier = std::forward<OutpostIdentifierT>(value); }
67 template<
typename OutpostIdentifierT = Aws::String>
73 bool m_nextTokenHasBeenSet =
false;
76 bool m_maxResultsHasBeenSet =
false;
79 bool m_outpostIdentifierHasBeenSet =
false;
const Aws::String & GetOutpostIdentifier() const
GetOutpostBillingInformationRequest & WithMaxResults(int value)
AWS_OUTPOSTS_API GetOutpostBillingInformationRequest()=default
GetOutpostBillingInformationRequest & WithOutpostIdentifier(OutpostIdentifierT &&value)
void SetOutpostIdentifier(OutpostIdentifierT &&value)
AWS_OUTPOSTS_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
GetOutpostBillingInformationRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
AWS_OUTPOSTS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
bool OutpostIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String