7#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
8#include <aws/discovery/ApplicationDiscoveryServiceRequest.h>
9#include <aws/discovery/model/DeletionConfigurationItemType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16namespace ApplicationDiscoveryService
32 inline virtual const char*
GetServiceRequestName()
const override {
return "StartBatchDeleteConfigurationTask"; }
55 template<
typename ConfigurationIdsT = Aws::Vector<Aws::String>>
56 void SetConfigurationIds(ConfigurationIdsT&& value) { m_configurationIdsHasBeenSet =
true; m_configurationIds = std::forward<ConfigurationIdsT>(value); }
57 template<
typename ConfigurationIdsT = Aws::Vector<Aws::String>>
59 template<
typename ConfigurationIdsT = Aws::String>
65 bool m_configurationTypeHasBeenSet =
false;
68 bool m_configurationIdsHasBeenSet =
false;
bool ConfigurationIdsHasBeenSet() const
StartBatchDeleteConfigurationTaskRequest & WithConfigurationType(DeletionConfigurationItemType value)
AWS_APPLICATIONDISCOVERYSERVICE_API Aws::String SerializePayload() const override
void SetConfigurationIds(ConfigurationIdsT &&value)
DeletionConfigurationItemType GetConfigurationType() const
bool ConfigurationTypeHasBeenSet() const
void SetConfigurationType(DeletionConfigurationItemType value)
AWS_APPLICATIONDISCOVERYSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Aws::String > & GetConfigurationIds() const
StartBatchDeleteConfigurationTaskRequest & WithConfigurationIds(ConfigurationIdsT &&value)
AWS_APPLICATIONDISCOVERYSERVICE_API StartBatchDeleteConfigurationTaskRequest()=default
StartBatchDeleteConfigurationTaskRequest & AddConfigurationIds(ConfigurationIdsT &&value)
virtual const char * GetServiceRequestName() const override
DeletionConfigurationItemType
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector