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>
44 inline void SetGraphArn(
const char* value) { m_graphArnHasBeenSet =
true; m_graphArn.assign(value); }
58 inline void SetInvestigationId(
const char* value) { m_investigationIdHasBeenSet =
true; m_investigationId.assign(value); }
91 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
103 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
109 bool m_graphArnHasBeenSet =
false;
112 bool m_investigationIdHasBeenSet =
false;
115 bool m_indicatorTypeHasBeenSet =
false;
118 bool m_nextTokenHasBeenSet =
false;
121 bool m_maxResultsHasBeenSet =
false;
void SetInvestigationId(Aws::String &&value)
ListIndicatorsRequest & WithInvestigationId(const Aws::String &value)
ListIndicatorsRequest & WithNextToken(Aws::String &&value)
ListIndicatorsRequest & WithGraphArn(const char *value)
AWS_DETECTIVE_API Aws::String SerializePayload() const override
bool GraphArnHasBeenSet() const
const IndicatorType & GetIndicatorType() const
bool NextTokenHasBeenSet() const
ListIndicatorsRequest & WithGraphArn(Aws::String &&value)
void SetNextToken(const Aws::String &value)
void SetNextToken(Aws::String &&value)
void SetGraphArn(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
AWS_DETECTIVE_API ListIndicatorsRequest()
const Aws::String & GetNextToken() const
ListIndicatorsRequest & WithNextToken(const Aws::String &value)
ListIndicatorsRequest & WithMaxResults(int value)
ListIndicatorsRequest & WithInvestigationId(const char *value)
ListIndicatorsRequest & WithIndicatorType(IndicatorType &&value)
ListIndicatorsRequest & WithNextToken(const char *value)
void SetGraphArn(const char *value)
void SetMaxResults(int value)
const Aws::String & GetInvestigationId() const
ListIndicatorsRequest & WithInvestigationId(Aws::String &&value)
void SetInvestigationId(const char *value)
ListIndicatorsRequest & WithIndicatorType(const IndicatorType &value)
void SetIndicatorType(const IndicatorType &value)
bool IndicatorTypeHasBeenSet() const
ListIndicatorsRequest & WithGraphArn(const Aws::String &value)
void SetIndicatorType(IndicatorType &&value)
bool MaxResultsHasBeenSet() const
void SetNextToken(const char *value)
bool InvestigationIdHasBeenSet() const
void SetGraphArn(Aws::String &&value)
void SetInvestigationId(const Aws::String &value)
const Aws::String & GetGraphArn() const
int GetMaxResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String