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>
96 template <
typename AgentSpaceIdT = Aws::String>
98 m_agentSpaceIdHasBeenSet =
true;
99 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
101 template <
typename AgentSpaceIdT = Aws::String>
114 template <
typename Ev
idenceT = Aws::String>
116 m_evidenceHasBeenSet =
true;
117 m_evidence = std::forward<EvidenceT>(value);
119 template <
typename Ev
idenceT = Aws::String>
132 template <
typename OperationT = Aws::String>
134 m_operationHasBeenSet =
true;
135 m_operation = std::forward<OperationT>(value);
137 template <
typename OperationT = Aws::String>
150 template <
typename DescriptionT = Aws::String>
152 m_descriptionHasBeenSet =
true;
153 m_description = std::forward<DescriptionT>(value);
155 template <
typename DescriptionT = Aws::String>
175 bool m_uriHasBeenSet =
false;
176 bool m_pentestJobIdHasBeenSet =
false;
177 bool m_taskIdHasBeenSet =
false;
178 bool m_agentSpaceIdHasBeenSet =
false;
179 bool m_evidenceHasBeenSet =
false;
180 bool m_operationHasBeenSet =
false;
181 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