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;
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
DeleteConfigRequest & WithConfigId(ConfigIdT &&value)
bool ConfigTypeHasBeenSet() const
DeleteConfigRequest & WithConfigType(ConfigCapabilityType value)
AWS_GROUNDSTATION_API DeleteConfigRequest()=default
bool ConfigIdHasBeenSet() const
void SetConfigType(ConfigCapabilityType value)
const Aws::String & GetConfigId() const
virtual const char * GetServiceRequestName() const override
ConfigCapabilityType GetConfigType() const
void SetConfigId(ConfigIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String