7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/groundstation/GroundStation_EXPORTS.h>
17namespace GroundStation {
42 template <
typename GroundStationIdT = Aws::String>
44 m_groundStationIdHasBeenSet =
true;
45 m_groundStationId = std::forward<GroundStationIdT>(value);
47 template <
typename GroundStationIdT = Aws::String>
61 m_maxResultsHasBeenSet =
true;
77 template <
typename NextTokenT = Aws::String>
79 m_nextTokenHasBeenSet =
true;
80 m_nextToken = std::forward<NextTokenT>(value);
82 template <
typename NextTokenT = Aws::String>
94 bool m_groundStationIdHasBeenSet =
false;
95 bool m_maxResultsHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_GROUNDSTATION_API ListAntennasRequest()=default
AWS_GROUNDSTATION_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
ListAntennasRequest & WithNextToken(NextTokenT &&value)
bool GroundStationIdHasBeenSet() const
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
ListAntennasRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetGroundStationId() const
ListAntennasRequest & WithGroundStationId(GroundStationIdT &&value)
void SetGroundStationId(GroundStationIdT &&value)
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String