7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/groundstation/GroundStation_EXPORTS.h>
10#include <aws/groundstation/model/ConfigCapabilityType.h>
15namespace GroundStation {
41 template <
typename ConfigIdT = Aws::String>
43 m_configIdHasBeenSet =
true;
44 m_configId = std::forward<ConfigIdT>(value);
46 template <
typename ConfigIdT = Aws::String>
60 m_configTypeHasBeenSet =
true;
72 bool m_configIdHasBeenSet =
false;
73 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