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 AgentSpaceIdT = Aws::String>
43 m_agentSpaceIdHasBeenSet =
true;
44 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
46 template <
typename AgentSpaceIdT = Aws::String>
59 template <
typename PentestJobIdT = Aws::String>
61 m_pentestJobIdHasBeenSet =
true;
62 m_pentestJobId = std::forward<PentestJobIdT>(value);
64 template <
typename PentestJobIdT = Aws::String>
77 template <
typename FindingIdsT = Aws::Vector<Aws::String>>
79 m_findingIdsHasBeenSet =
true;
80 m_findingIds = std::forward<FindingIdsT>(value);
82 template <
typename FindingIdsT = Aws::Vector<Aws::String>>
87 template <
typename FindingIdsT = Aws::String>
89 m_findingIdsHasBeenSet =
true;
90 m_findingIds.emplace_back(std::forward<FindingIdsT>(value));
100 bool m_agentSpaceIdHasBeenSet =
false;
101 bool m_pentestJobIdHasBeenSet =
false;
102 bool m_findingIdsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector