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 {
42 template <
typename ConfigIdT = Aws::String>
44 m_configIdHasBeenSet =
true;
45 m_configId = std::forward<ConfigIdT>(value);
47 template <
typename ConfigIdT = Aws::String>
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
79 m_configTypeHasBeenSet =
true;
94 template <
typename ConfigDataT = ConfigTypeData>
96 m_configDataHasBeenSet =
true;
97 m_configData = std::forward<ConfigDataT>(value);
99 template <
typename ConfigDataT = ConfigTypeData>
112 ConfigTypeData m_configData;
113 bool m_configIdHasBeenSet =
false;
114 bool m_nameHasBeenSet =
false;
115 bool m_configTypeHasBeenSet =
false;
116 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