7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace GroundStation
44 template<
typename SatelliteIdT = Aws::String>
45 void SetSatelliteId(SatelliteIdT&& value) { m_satelliteIdHasBeenSet =
true; m_satelliteId = std::forward<SatelliteIdT>(value); }
46 template<
typename SatelliteIdT = Aws::String>
52 bool m_satelliteIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
GetSatelliteRequest & WithSatelliteId(SatelliteIdT &&value)
AWS_GROUNDSTATION_API GetSatelliteRequest()=default
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
bool SatelliteIdHasBeenSet() const
void SetSatelliteId(SatelliteIdT &&value)
const Aws::String & GetSatelliteId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String