7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace GroundStation
42 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
52 template<
typename EphemerisIdT = Aws::String>
53 void SetEphemerisId(EphemerisIdT&& value) { m_ephemerisIdHasBeenSet =
true; m_ephemerisId = std::forward<EphemerisIdT>(value); }
54 template<
typename EphemerisIdT = Aws::String>
65 template<
typename NameT = Aws::String>
66 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
67 template<
typename NameT = Aws::String>
80 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
85 bool m_enabled{
false};
86 bool m_enabledHasBeenSet =
false;
89 bool m_ephemerisIdHasBeenSet =
false;
92 bool m_nameHasBeenSet =
false;
95 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