7#include <aws/detective/Detective_EXPORTS.h>
8#include <aws/detective/DetectiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/detective/model/IndicatorType.h>
42 template<
typename GraphArnT = Aws::String>
43 void SetGraphArn(GraphArnT&& value) { m_graphArnHasBeenSet =
true; m_graphArn = std::forward<GraphArnT>(value); }
44 template<
typename GraphArnT = Aws::String>
54 template<
typename InvestigationIdT = Aws::String>
55 void SetInvestigationId(InvestigationIdT&& value) { m_investigationIdHasBeenSet =
true; m_investigationId = std::forward<InvestigationIdT>(value); }
56 template<
typename InvestigationIdT = Aws::String>
83 template<
typename NextTokenT = Aws::String>
84 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
85 template<
typename NextTokenT = Aws::String>
95 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
101 bool m_graphArnHasBeenSet =
false;
104 bool m_investigationIdHasBeenSet =
false;
107 bool m_indicatorTypeHasBeenSet =
false;
110 bool m_nextTokenHasBeenSet =
false;
113 bool m_maxResultsHasBeenSet =
false;
AWS_DETECTIVE_API Aws::String SerializePayload() const override
bool GraphArnHasBeenSet() const
ListIndicatorsRequest & WithIndicatorType(IndicatorType value)
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetIndicatorType(IndicatorType value)
const Aws::String & GetNextToken() const
ListIndicatorsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
const Aws::String & GetInvestigationId() const
ListIndicatorsRequest & WithInvestigationId(InvestigationIdT &&value)
bool IndicatorTypeHasBeenSet() const
AWS_DETECTIVE_API ListIndicatorsRequest()=default
void SetInvestigationId(InvestigationIdT &&value)
bool MaxResultsHasBeenSet() const
IndicatorType GetIndicatorType() const
bool InvestigationIdHasBeenSet() const
ListIndicatorsRequest & WithGraphArn(GraphArnT &&value)
const Aws::String & GetGraphArn() const
void SetGraphArn(GraphArnT &&value)
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
ListIndicatorsRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String