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 PentestJobIdsT = Aws::Vector<Aws::String>>
43 m_pentestJobIdsHasBeenSet =
true;
44 m_pentestJobIds = std::forward<PentestJobIdsT>(value);
46 template <
typename PentestJobIdsT = Aws::Vector<Aws::String>>
51 template <
typename PentestJobIdsT = Aws::String>
53 m_pentestJobIdsHasBeenSet =
true;
54 m_pentestJobIds.emplace_back(std::forward<PentestJobIdsT>(value));
65 template <
typename AgentSpaceIdT = Aws::String>
67 m_agentSpaceIdHasBeenSet =
true;
68 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
70 template <
typename AgentSpaceIdT = Aws::String>
80 bool m_pentestJobIdsHasBeenSet =
false;
81 bool m_agentSpaceIdHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetPentestJobIds() const
void SetPentestJobIds(PentestJobIdsT &&value)
bool AgentSpaceIdHasBeenSet() const
void SetAgentSpaceId(AgentSpaceIdT &&value)
AWS_SECURITYAGENT_API Aws::String SerializePayload() const override
const Aws::String & GetAgentSpaceId() const
bool PentestJobIdsHasBeenSet() const
BatchGetPentestJobsRequest & WithPentestJobIds(PentestJobIdsT &&value)
BatchGetPentestJobsRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
AWS_SECURITYAGENT_API BatchGetPentestJobsRequest()=default
virtual const char * GetServiceRequestName() const override
BatchGetPentestJobsRequest & AddPentestJobIds(PentestJobIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector