7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace GroundStation
50 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
61 template<
typename NextTokenT = Aws::String>
62 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
63 template<
typename NextTokenT = Aws::String>
73 template<
typename SatelliteIdT = Aws::String>
74 void SetSatelliteId(SatelliteIdT&& value) { m_satelliteIdHasBeenSet =
true; m_satelliteId = std::forward<SatelliteIdT>(value); }
75 template<
typename SatelliteIdT = Aws::String>
81 bool m_maxResultsHasBeenSet =
false;
84 bool m_nextTokenHasBeenSet =
false;
87 bool m_satelliteIdHasBeenSet =
false;
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListGroundStationsRequest & WithSatelliteId(SatelliteIdT &&value)
AWS_GROUNDSTATION_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool SatelliteIdHasBeenSet() const
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
void SetMaxResults(int value)
ListGroundStationsRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
const Aws::String & GetSatelliteId() const
ListGroundStationsRequest & WithNextToken(NextTokenT &&value)
void SetSatelliteId(SatelliteIdT &&value)
AWS_GROUNDSTATION_API ListGroundStationsRequest()=default
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String