7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace GroundStation
41 template<
typename EphemerisIdT = Aws::String>
42 void SetEphemerisId(EphemerisIdT&& value) { m_ephemerisIdHasBeenSet =
true; m_ephemerisId = std::forward<EphemerisIdT>(value); }
43 template<
typename EphemerisIdT = Aws::String>
49 bool m_ephemerisIdHasBeenSet =
false;
void SetEphemerisId(EphemerisIdT &&value)
DeleteEphemerisRequest & WithEphemerisId(EphemerisIdT &&value)
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
AWS_GROUNDSTATION_API DeleteEphemerisRequest()=default
const Aws::String & GetEphemerisId() const
virtual const char * GetServiceRequestName() const override
bool EphemerisIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String