7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/groundstation/GroundStation_EXPORTS.h>
14namespace GroundStation {
40 template <
typename SatelliteIdT = Aws::String>
42 m_satelliteIdHasBeenSet =
true;
43 m_satelliteId = std::forward<SatelliteIdT>(value);
45 template <
typename SatelliteIdT = Aws::String>
53 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