7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/groundstation/GroundStation_EXPORTS.h>
17namespace GroundStation {
46 m_maxResultsHasBeenSet =
true;
62 template <
typename NextTokenT = Aws::String>
64 m_nextTokenHasBeenSet =
true;
65 m_nextToken = std::forward<NextTokenT>(value);
67 template <
typename NextTokenT = Aws::String>
75 bool m_maxResultsHasBeenSet =
false;
78 bool m_nextTokenHasBeenSet =
false;
AWS_GROUNDSTATION_API ListSatellitesRequest()=default
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListSatellitesRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
void SetMaxResults(int value)
ListSatellitesRequest & WithNextToken(NextTokenT &&value)
AWS_GROUNDSTATION_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String