7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityagent/SecurityAgentRequest.h>
10#include <aws/securityagent/SecurityAgent_EXPORTS.h>
15namespace SecurityAgent {
41 template <
typename AgentSpaceIdsT = Aws::Vector<Aws::String>>
43 m_agentSpaceIdsHasBeenSet =
true;
44 m_agentSpaceIds = std::forward<AgentSpaceIdsT>(value);
46 template <
typename AgentSpaceIdsT = Aws::Vector<Aws::String>>
51 template <
typename AgentSpaceIdsT = Aws::String>
53 m_agentSpaceIdsHasBeenSet =
true;
54 m_agentSpaceIds.emplace_back(std::forward<AgentSpaceIdsT>(value));
60 bool m_agentSpaceIdsHasBeenSet =
false;
bool AgentSpaceIdsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetAgentSpaceIds(AgentSpaceIdsT &&value)
AWS_SECURITYAGENT_API BatchGetAgentSpacesRequest()=default
BatchGetAgentSpacesRequest & WithAgentSpaceIds(AgentSpaceIdsT &&value)
BatchGetAgentSpacesRequest & AddAgentSpaceIds(AgentSpaceIdsT &&value)
const Aws::Vector< Aws::String > & GetAgentSpaceIds() const
AWS_SECURITYAGENT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector