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
60 inline void SetConfigId(
const char* value) { m_configIdHasBeenSet =
true; m_configId.assign(value); }
86 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
94 bool m_configDataHasBeenSet =
false;
97 bool m_configIdHasBeenSet =
false;
100 bool m_configTypeHasBeenSet =
false;
103 bool m_nameHasBeenSet =
false;
void SetConfigData(ConfigTypeData &&value)
const Aws::String & GetConfigId() const
UpdateConfigRequest & WithConfigType(const ConfigCapabilityType &value)
bool ConfigTypeHasBeenSet() const
void SetConfigType(const ConfigCapabilityType &value)
void SetConfigData(const ConfigTypeData &value)
UpdateConfigRequest & WithConfigId(Aws::String &&value)
void SetName(Aws::String &&value)
UpdateConfigRequest & WithName(Aws::String &&value)
UpdateConfigRequest & WithConfigData(ConfigTypeData &&value)
bool NameHasBeenSet() const
const ConfigTypeData & GetConfigData() const
UpdateConfigRequest & WithName(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetConfigId(const char *value)
AWS_GROUNDSTATION_API UpdateConfigRequest()
void SetConfigId(Aws::String &&value)
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
UpdateConfigRequest & WithConfigId(const char *value)
void SetName(const char *value)
void SetName(const Aws::String &value)
UpdateConfigRequest & WithName(const char *value)
void SetConfigId(const Aws::String &value)
UpdateConfigRequest & WithConfigId(const Aws::String &value)
const ConfigCapabilityType & GetConfigType() const
bool ConfigDataHasBeenSet() const
UpdateConfigRequest & WithConfigData(const ConfigTypeData &value)
UpdateConfigRequest & WithConfigType(ConfigCapabilityType &&value)
bool ConfigIdHasBeenSet() const
const Aws::String & GetName() const
void SetConfigType(ConfigCapabilityType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String