7#include <aws/detective/Detective_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/detective/model/Indicator.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
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>
53 template<
typename InvestigationIdT = Aws::String>
54 void SetInvestigationId(InvestigationIdT&& value) { m_investigationIdHasBeenSet =
true; m_investigationId = std::forward<InvestigationIdT>(value); }
55 template<
typename InvestigationIdT = Aws::String>
68 template<
typename NextTokenT = Aws::String>
69 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
70 template<
typename NextTokenT = Aws::String>
79 template<
typename IndicatorsT = Aws::Vector<Indicator>>
80 void SetIndicators(IndicatorsT&& value) { m_indicatorsHasBeenSet =
true; m_indicators = std::forward<IndicatorsT>(value); }
81 template<
typename IndicatorsT = Aws::Vector<Indicator>>
83 template<
typename IndicatorsT = Indicator>
90 template<
typename RequestIdT = Aws::String>
91 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
92 template<
typename RequestIdT = Aws::String>
98 bool m_graphArnHasBeenSet =
false;
101 bool m_investigationIdHasBeenSet =
false;
104 bool m_nextTokenHasBeenSet =
false;
107 bool m_indicatorsHasBeenSet =
false;
110 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
const Aws::Vector< Indicator > & GetIndicators() const
ListIndicatorsResult & WithIndicators(IndicatorsT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetGraphArn() const
AWS_DETECTIVE_API ListIndicatorsResult()=default
ListIndicatorsResult & WithRequestId(RequestIdT &&value)
AWS_DETECTIVE_API ListIndicatorsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetIndicators(IndicatorsT &&value)
AWS_DETECTIVE_API ListIndicatorsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetInvestigationId() const
ListIndicatorsResult & WithInvestigationId(InvestigationIdT &&value)
void SetGraphArn(GraphArnT &&value)
void SetInvestigationId(InvestigationIdT &&value)
const Aws::String & GetRequestId() const
ListIndicatorsResult & WithGraphArn(GraphArnT &&value)
ListIndicatorsResult & AddIndicators(IndicatorsT &&value)
ListIndicatorsResult & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue