7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/groundstation/GroundStation_EXPORTS.h>
10#include <aws/groundstation/model/ConfigCapabilityType.h>
11#include <aws/groundstation/model/ConfigTypeData.h>
16namespace GroundStation {
43 template <
typename ConfigIdT = Aws::String>
45 m_configIdHasBeenSet =
true;
46 m_configId = std::forward<ConfigIdT>(value);
48 template <
typename ConfigIdT = Aws::String>
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
80 m_configTypeHasBeenSet =
true;
95 template <
typename ConfigDataT = ConfigTypeData>
97 m_configDataHasBeenSet =
true;
98 m_configData = std::forward<ConfigDataT>(value);
100 template <
typename ConfigDataT = ConfigTypeData>
113 ConfigTypeData m_configData;
114 bool m_configIdHasBeenSet =
false;
115 bool m_nameHasBeenSet =
false;
116 bool m_configTypeHasBeenSet =
false;
117 bool m_configDataHasBeenSet =
false;
void SetName(NameT &&value)
const Aws::String & GetConfigId() const
UpdateConfigRequest & WithConfigData(ConfigDataT &&value)
bool ConfigTypeHasBeenSet() const
bool NameHasBeenSet() const
void SetConfigType(ConfigCapabilityType value)
const ConfigTypeData & GetConfigData() const
virtual const char * GetServiceRequestName() const override
UpdateConfigRequest & WithConfigType(ConfigCapabilityType value)
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
void SetConfigData(ConfigDataT &&value)
ConfigCapabilityType GetConfigType() const
UpdateConfigRequest & WithConfigId(ConfigIdT &&value)
bool ConfigDataHasBeenSet() const
void SetConfigId(ConfigIdT &&value)
AWS_GROUNDSTATION_API UpdateConfigRequest()=default
bool ConfigIdHasBeenSet() const
const Aws::String & GetName() const
UpdateConfigRequest & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String