7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/groundstation/model/ConfigTypeData.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/groundstation/model/ConfigCapabilityType.h>
16namespace GroundStation
46 template<
typename ConfigDataT = ConfigTypeData>
47 void SetConfigData(ConfigDataT&& value) { m_configDataHasBeenSet =
true; m_configData = std::forward<ConfigDataT>(value); }
48 template<
typename ConfigDataT = ConfigTypeData>
58 template<
typename ConfigIdT = Aws::String>
59 void SetConfigId(ConfigIdT&& value) { m_configIdHasBeenSet =
true; m_configId = std::forward<ConfigIdT>(value); }
60 template<
typename ConfigIdT = Aws::String>
80 template<
typename NameT = Aws::String>
81 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
82 template<
typename NameT = Aws::String>
88 bool m_configDataHasBeenSet =
false;
91 bool m_configIdHasBeenSet =
false;
94 bool m_configTypeHasBeenSet =
false;
97 bool m_nameHasBeenSet =
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