7#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
8#include <aws/discovery/ApplicationDiscoveryServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/discovery/model/DeleteAgent.h>
15namespace ApplicationDiscoveryService
44 template<
typename DeleteAgentsT = Aws::Vector<DeleteAgent>>
45 void SetDeleteAgents(DeleteAgentsT&& value) { m_deleteAgentsHasBeenSet =
true; m_deleteAgents = std::forward<DeleteAgentsT>(value); }
46 template<
typename DeleteAgentsT = Aws::Vector<DeleteAgent>>
48 template<
typename DeleteAgentsT = DeleteAgent>
54 bool m_deleteAgentsHasBeenSet =
false;
BatchDeleteAgentsRequest & AddDeleteAgents(DeleteAgentsT &&value)
AWS_APPLICATIONDISCOVERYSERVICE_API Aws::String SerializePayload() const override
BatchDeleteAgentsRequest & WithDeleteAgents(DeleteAgentsT &&value)
AWS_APPLICATIONDISCOVERYSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
bool DeleteAgentsHasBeenSet() const
const Aws::Vector< DeleteAgent > & GetDeleteAgents() const
AWS_APPLICATIONDISCOVERYSERVICE_API BatchDeleteAgentsRequest()=default
void SetDeleteAgents(DeleteAgentsT &&value)
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