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