7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgentRequest.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
14namespace SecurityAgent {
40 template <
typename AgentSpaceIdT = Aws::String>
42 m_agentSpaceIdHasBeenSet =
true;
43 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
45 template <
typename AgentSpaceIdT = Aws::String>
58 template <
typename PentestJobIdT = Aws::String>
60 m_pentestJobIdHasBeenSet =
true;
61 m_pentestJobId = std::forward<PentestJobIdT>(value);
63 template <
typename PentestJobIdT = Aws::String>
73 bool m_agentSpaceIdHasBeenSet =
false;
74 bool m_pentestJobIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool AgentSpaceIdHasBeenSet() const
void SetPentestJobId(PentestJobIdT &&value)
bool PentestJobIdHasBeenSet() const
AWS_SECURITYAGENT_API StopPentestJobRequest()=default
StopPentestJobRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
StopPentestJobRequest & WithPentestJobId(PentestJobIdT &&value)
AWS_SECURITYAGENT_API Aws::String SerializePayload() const override
const Aws::String & GetPentestJobId() const
const Aws::String & GetAgentSpaceId() const
void SetAgentSpaceId(AgentSpaceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String