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