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
45 template<
typename ConfigIdT = Aws::String>
46 void SetConfigId(ConfigIdT&& value) { m_configIdHasBeenSet =
true; m_configId = std::forward<ConfigIdT>(value); }
47 template<
typename ConfigIdT = Aws::String>
63 bool m_configIdHasBeenSet =
false;
66 bool m_configTypeHasBeenSet =
false;
GetConfigRequest & WithConfigId(ConfigIdT &&value)
GetConfigRequest & WithConfigType(ConfigCapabilityType value)
void SetConfigType(ConfigCapabilityType value)
virtual const char * GetServiceRequestName() const override
bool ConfigIdHasBeenSet() const
void SetConfigId(ConfigIdT &&value)
bool ConfigTypeHasBeenSet() const
AWS_GROUNDSTATION_API GetConfigRequest()=default
const Aws::String & GetConfigId() const
ConfigCapabilityType GetConfigType() const
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String