7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/groundstation/model/ConfigCapabilityType.h>
15namespace GroundStation
47 inline void SetConfigId(
const char* value) { m_configIdHasBeenSet =
true; m_configId.assign(value); }
67 bool m_configIdHasBeenSet =
false;
70 bool m_configTypeHasBeenSet =
false;
void SetConfigType(ConfigCapabilityType &&value)
void SetConfigType(const ConfigCapabilityType &value)
void SetConfigId(const char *value)
void SetConfigId(const Aws::String &value)
GetConfigRequest & WithConfigId(const char *value)
GetConfigRequest & WithConfigType(ConfigCapabilityType &&value)
const ConfigCapabilityType & GetConfigType() const
void SetConfigId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool ConfigIdHasBeenSet() const
GetConfigRequest & WithConfigType(const ConfigCapabilityType &value)
bool ConfigTypeHasBeenSet() const
const Aws::String & GetConfigId() const
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
GetConfigRequest & WithConfigId(Aws::String &&value)
GetConfigRequest & WithConfigId(const Aws::String &value)
AWS_GROUNDSTATION_API GetConfigRequest()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String