7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace GroundStation
40 template<
typename EphemerisIdT = Aws::String>
41 void SetEphemerisId(EphemerisIdT&& value) { m_ephemerisIdHasBeenSet =
true; m_ephemerisId = std::forward<EphemerisIdT>(value); }
42 template<
typename EphemerisIdT = Aws::String>
49 template<
typename RequestIdT = Aws::String>
50 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
51 template<
typename RequestIdT = Aws::String>
57 bool m_ephemerisIdHasBeenSet =
false;
60 bool m_requestIdHasBeenSet =
false;
AWS_GROUNDSTATION_API UpdateEphemerisResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateEphemerisResult & WithRequestId(RequestIdT &&value)
AWS_GROUNDSTATION_API UpdateEphemerisResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetEphemerisId(EphemerisIdT &&value)
const Aws::String & GetEphemerisId() const
AWS_GROUNDSTATION_API UpdateEphemerisResult()=default
UpdateEphemerisResult & WithEphemerisId(EphemerisIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue