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>
57 m_enabledHasBeenSet =
true;
72 template <
typename NameT = Aws::String>
74 m_nameHasBeenSet =
true;
75 m_name = std::forward<NameT>(value);
77 template <
typename NameT = Aws::String>
79 SetName(std::forward<NameT>(value));
93 m_priorityHasBeenSet =
true;
103 bool m_ephemerisIdHasBeenSet =
false;
105 bool m_enabled{
false};
106 bool m_enabledHasBeenSet =
false;
109 bool m_nameHasBeenSet =
false;
112 bool m_priorityHasBeenSet =
false;
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
bool EnabledHasBeenSet() const
const Aws::String & GetEphemerisId() const
const Aws::String & GetName() const
bool EphemerisIdHasBeenSet() const
AWS_GROUNDSTATION_API UpdateEphemerisRequest()=default
void SetName(NameT &&value)
UpdateEphemerisRequest & WithPriority(int value)
UpdateEphemerisRequest & WithName(NameT &&value)
UpdateEphemerisRequest & WithEnabled(bool value)
bool PriorityHasBeenSet() const
void SetEphemerisId(EphemerisIdT &&value)
bool NameHasBeenSet() const
void SetPriority(int value)
UpdateEphemerisRequest & WithEphemerisId(EphemerisIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetEnabled(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String