7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
41 template <
typename UriT = Aws::String>
43 m_uriHasBeenSet =
true;
44 m_uri = std::forward<UriT>(value);
46 template <
typename UriT = Aws::String>
48 SetUri(std::forward<UriT>(value));
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 TaskIdT = Aws::String>
79 m_taskIdHasBeenSet =
true;
80 m_taskId = std::forward<TaskIdT>(value);
82 template <
typename TaskIdT = Aws::String>
95 template <
typename AgentSpaceIdT = Aws::String>
97 m_agentSpaceIdHasBeenSet =
true;
98 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
100 template <
typename AgentSpaceIdT = Aws::String>
113 template <
typename Ev
idenceT = Aws::String>
115 m_evidenceHasBeenSet =
true;
116 m_evidence = std::forward<EvidenceT>(value);
118 template <
typename Ev
idenceT = Aws::String>
131 template <
typename OperationT = Aws::String>
133 m_operationHasBeenSet =
true;
134 m_operation = std::forward<OperationT>(value);
136 template <
typename OperationT = Aws::String>
149 template <
typename DescriptionT = Aws::String>
151 m_descriptionHasBeenSet =
true;
152 m_description = std::forward<DescriptionT>(value);
154 template <
typename DescriptionT = Aws::String>
174 bool m_uriHasBeenSet =
false;
175 bool m_pentestJobIdHasBeenSet =
false;
176 bool m_taskIdHasBeenSet =
false;
177 bool m_agentSpaceIdHasBeenSet =
false;
178 bool m_evidenceHasBeenSet =
false;
179 bool m_operationHasBeenSet =
false;
180 bool m_descriptionHasBeenSet =
false;
bool UriHasBeenSet() const
const Aws::String & GetUri() const
bool TaskIdHasBeenSet() const
void SetOperation(OperationT &&value)
const Aws::String & GetAgentSpaceId() const
bool EvidenceHasBeenSet() const
DiscoveredEndpoint & WithUri(UriT &&value)
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
DiscoveredEndpoint & WithPentestJobId(PentestJobIdT &&value)
DiscoveredEndpoint & WithOperation(OperationT &&value)
void SetEvidence(EvidenceT &&value)
const Aws::String & GetOperation() const
const Aws::String & GetPentestJobId() const
const Aws::String & GetTaskId() const
AWS_SECURITYAGENT_API DiscoveredEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
DiscoveredEndpoint & WithEvidence(EvidenceT &&value)
AWS_SECURITYAGENT_API DiscoveredEndpoint()=default
const Aws::String & GetDescription() const
DiscoveredEndpoint & WithAgentSpaceId(AgentSpaceIdT &&value)
const Aws::String & GetEvidence() const
DiscoveredEndpoint & WithTaskId(TaskIdT &&value)
AWS_SECURITYAGENT_API DiscoveredEndpoint(Aws::Utils::Json::JsonView jsonValue)
void SetTaskId(TaskIdT &&value)
bool PentestJobIdHasBeenSet() const
DiscoveredEndpoint & WithDescription(DescriptionT &&value)
void SetUri(UriT &&value)
void SetAgentSpaceId(AgentSpaceIdT &&value)
bool DescriptionHasBeenSet() const
void SetPentestJobId(PentestJobIdT &&value)
bool AgentSpaceIdHasBeenSet() const
bool OperationHasBeenSet() const
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue