7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/detective/Detective_EXPORTS.h>
10#include <aws/detective/model/InvestigationDetail.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename InvestigationDetailsT = Aws::Vector<InvestigationDetail>>
39 m_investigationDetailsHasBeenSet =
true;
40 m_investigationDetails = std::forward<InvestigationDetailsT>(value);
42 template <
typename InvestigationDetailsT = Aws::Vector<InvestigationDetail>>
47 template <
typename InvestigationDetailsT = InvestigationDetail>
49 m_investigationDetailsHasBeenSet =
true;
50 m_investigationDetails.emplace_back(std::forward<InvestigationDetailsT>(value));
63 template <
typename NextTokenT = Aws::String>
65 m_nextTokenHasBeenSet =
true;
66 m_nextToken = std::forward<NextTokenT>(value);
68 template <
typename NextTokenT = Aws::String>
78 template <
typename RequestIdT = Aws::String>
80 m_requestIdHasBeenSet =
true;
81 m_requestId = std::forward<RequestIdT>(value);
83 template <
typename RequestIdT = Aws::String>
91 bool m_investigationDetailsHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
AWS_DETECTIVE_API ListInvestigationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListInvestigationsResult & WithNextToken(NextTokenT &&value)
void SetInvestigationDetails(InvestigationDetailsT &&value)
ListInvestigationsResult & WithInvestigationDetails(InvestigationDetailsT &&value)
void SetNextToken(NextTokenT &&value)
ListInvestigationsResult & AddInvestigationDetails(InvestigationDetailsT &&value)
AWS_DETECTIVE_API ListInvestigationsResult()=default
ListInvestigationsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_DETECTIVE_API ListInvestigationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Aws::Vector< InvestigationDetail > & GetInvestigationDetails() const
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue