7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgentRequest.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
10#include <aws/securityagent/model/ConfidenceLevel.h>
11#include <aws/securityagent/model/FindingStatus.h>
12#include <aws/securityagent/model/RiskLevel.h>
17namespace SecurityAgent {
45 m_maxResultsHasBeenSet =
true;
60 template <
typename PentestJobIdT = Aws::String>
62 m_pentestJobIdHasBeenSet =
true;
63 m_pentestJobId = std::forward<PentestJobIdT>(value);
65 template <
typename PentestJobIdT = Aws::String>
78 template <
typename AgentSpaceIdT = Aws::String>
80 m_agentSpaceIdHasBeenSet =
true;
81 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
83 template <
typename AgentSpaceIdT = Aws::String>
96 template <
typename NextTokenT = Aws::String>
98 m_nextTokenHasBeenSet =
true;
99 m_nextToken = std::forward<NextTokenT>(value);
101 template <
typename NextTokenT = Aws::String>
114 template <
typename RiskTypeT = Aws::String>
116 m_riskTypeHasBeenSet =
true;
117 m_riskType = std::forward<RiskTypeT>(value);
119 template <
typename RiskTypeT = Aws::String>
133 m_riskLevelHasBeenSet =
true;
149 m_statusHasBeenSet =
true;
165 m_confidenceHasBeenSet =
true;
166 m_confidence = value;
180 template <
typename NameT = Aws::String>
182 m_nameHasBeenSet =
true;
183 m_name = std::forward<NameT>(value);
185 template <
typename NameT = Aws::String>
187 SetName(std::forward<NameT>(value));
209 bool m_maxResultsHasBeenSet =
false;
210 bool m_pentestJobIdHasBeenSet =
false;
211 bool m_agentSpaceIdHasBeenSet =
false;
212 bool m_nextTokenHasBeenSet =
false;
213 bool m_riskTypeHasBeenSet =
false;
214 bool m_riskLevelHasBeenSet =
false;
215 bool m_statusHasBeenSet =
false;
216 bool m_confidenceHasBeenSet =
false;
217 bool m_nameHasBeenSet =
false;
ListFindingsRequest & WithRiskType(RiskTypeT &&value)
void SetName(NameT &&value)
ListFindingsRequest & WithConfidence(ConfidenceLevel value)
bool AgentSpaceIdHasBeenSet() const
ConfidenceLevel GetConfidence() const
void SetPentestJobId(PentestJobIdT &&value)
bool RiskLevelHasBeenSet() const
bool StatusHasBeenSet() const
ListFindingsRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
ListFindingsRequest & WithPentestJobId(PentestJobIdT &&value)
void SetAgentSpaceId(AgentSpaceIdT &&value)
ListFindingsRequest & WithStatus(FindingStatus value)
AWS_SECURITYAGENT_API ListFindingsRequest()=default
bool MaxResultsHasBeenSet() const
const Aws::String & GetRiskType() const
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
bool RiskTypeHasBeenSet() const
ListFindingsRequest & WithMaxResults(int value)
ListFindingsRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
void SetConfidence(ConfidenceLevel value)
AWS_SECURITYAGENT_API Aws::String SerializePayload() const override
const Aws::String & GetPentestJobId() const
bool NameHasBeenSet() const
FindingStatus GetStatus() const
bool ConfidenceHasBeenSet() const
ListFindingsRequest & WithName(NameT &&value)
void SetMaxResults(int value)
bool PentestJobIdHasBeenSet() const
const Aws::String & GetName() const
void SetRiskLevel(RiskLevel value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
void SetRiskType(RiskTypeT &&value)
void SetStatus(FindingStatus value)
RiskLevel GetRiskLevel() const
ListFindingsRequest & WithRiskLevel(RiskLevel value)
const Aws::String & GetAgentSpaceId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String