7#include <aws/outposts/Outposts_EXPORTS.h>
8#include <aws/outposts/OutpostsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename OutpostIdentifierFilterT = Aws::String>
48 void SetOutpostIdentifierFilter(OutpostIdentifierFilterT&& value) { m_outpostIdentifierFilterHasBeenSet =
true; m_outpostIdentifierFilter = std::forward<OutpostIdentifierFilterT>(value); }
49 template<
typename OutpostIdentifierFilterT = Aws::String>
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
67 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
73 bool m_outpostIdentifierFilterHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_maxResultsHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
AWS_OUTPOSTS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetMaxResults(int value)
AWS_OUTPOSTS_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetOutpostIdentifierFilter() const
ListOrdersRequest & WithOutpostIdentifierFilter(OutpostIdentifierFilterT &&value)
ListOrdersRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
void SetOutpostIdentifierFilter(OutpostIdentifierFilterT &&value)
ListOrdersRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
AWS_OUTPOSTS_API ListOrdersRequest()=default
bool OutpostIdentifierFilterHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String