7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/groundstation/model/EphemerisInvalidReason.h>
11#include <aws/groundstation/model/EphemerisStatus.h>
12#include <aws/groundstation/model/EphemerisTypeDescription.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
28namespace GroundStation
56 inline void SetEnabled(
bool value) { m_enabled = value; }
67 inline void SetEphemerisId(
const char* value) { m_ephemerisId.assign(value); }
93 inline void SetName(
const char* value) { m_name.assign(value); }
169 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
DescribeEphemerisResult & WithEphemerisId(Aws::String &&value)
DescribeEphemerisResult & AddTags(const Aws::String &key, Aws::String &&value)
void SetCreationTime(Aws::Utils::DateTime &&value)
const Aws::String & GetRequestId() const
void SetName(const char *value)
void SetSuppliedData(const EphemerisTypeDescription &value)
AWS_GROUNDSTATION_API DescribeEphemerisResult()
void SetRequestId(const char *value)
void SetStatus(EphemerisStatus &&value)
void SetEphemerisId(Aws::String &&value)
DescribeEphemerisResult & WithSuppliedData(const EphemerisTypeDescription &value)
void SetEnabled(bool value)
DescribeEphemerisResult & AddTags(Aws::String &&key, const char *value)
const EphemerisInvalidReason & GetInvalidReason() const
DescribeEphemerisResult & AddTags(Aws::String &&key, Aws::String &&value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
const EphemerisStatus & GetStatus() const
DescribeEphemerisResult & WithRequestId(const char *value)
void SetInvalidReason(EphemerisInvalidReason &&value)
DescribeEphemerisResult & WithCreationTime(const Aws::Utils::DateTime &value)
void SetSuppliedData(EphemerisTypeDescription &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetEphemerisId(const Aws::String &value)
void SetStatus(const EphemerisStatus &value)
const Aws::String & GetSatelliteId() const
DescribeEphemerisResult & WithEphemerisId(const Aws::String &value)
void SetSatelliteId(const char *value)
void SetSatelliteId(Aws::String &&value)
DescribeEphemerisResult & WithInvalidReason(const EphemerisInvalidReason &value)
DescribeEphemerisResult & WithSatelliteId(const Aws::String &value)
DescribeEphemerisResult & WithName(Aws::String &&value)
DescribeEphemerisResult & WithEnabled(bool value)
DescribeEphemerisResult & AddTags(const char *key, Aws::String &&value)
void SetName(Aws::String &&value)
AWS_GROUNDSTATION_API DescribeEphemerisResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeEphemerisResult & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetSatelliteId(const Aws::String &value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
DescribeEphemerisResult & WithName(const Aws::String &value)
DescribeEphemerisResult & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
DescribeEphemerisResult & WithRequestId(const Aws::String &value)
void SetRequestId(const Aws::String &value)
DescribeEphemerisResult & WithSatelliteId(const char *value)
void SetRequestId(Aws::String &&value)
DescribeEphemerisResult & WithStatus(const EphemerisStatus &value)
void SetCreationTime(const Aws::Utils::DateTime &value)
void SetPriority(int value)
DescribeEphemerisResult & WithStatus(EphemerisStatus &&value)
const EphemerisTypeDescription & GetSuppliedData() const
DescribeEphemerisResult & WithCreationTime(Aws::Utils::DateTime &&value)
DescribeEphemerisResult & WithSuppliedData(EphemerisTypeDescription &&value)
DescribeEphemerisResult & WithEphemerisId(const char *value)
DescribeEphemerisResult & WithPriority(int value)
void SetInvalidReason(const EphemerisInvalidReason &value)
const Aws::String & GetEphemerisId() const
void SetName(const Aws::String &value)
DescribeEphemerisResult & AddTags(const char *key, const char *value)
DescribeEphemerisResult & WithSatelliteId(Aws::String &&value)
DescribeEphemerisResult & WithInvalidReason(EphemerisInvalidReason &&value)
AWS_GROUNDSTATION_API DescribeEphemerisResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEphemerisId(const char *value)
DescribeEphemerisResult & WithName(const char *value)
const Aws::String & GetName() const
DescribeEphemerisResult & WithRequestId(Aws::String &&value)
DescribeEphemerisResult & AddTags(const Aws::String &key, const Aws::String &value)
DescribeEphemerisResult & AddTags(Aws::String &&key, const Aws::String &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue