7#include <aws/aiops/AIOps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/aiops/model/ListInvestigationGroupsModel.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename NextTokenT = Aws::String>
44 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
45 template<
typename NextTokenT = Aws::String>
55 template<
typename InvestigationGroupsT = Aws::Vector<ListInvestigationGroupsModel>>
56 void SetInvestigationGroups(InvestigationGroupsT&& value) { m_investigationGroupsHasBeenSet =
true; m_investigationGroups = std::forward<InvestigationGroupsT>(value); }
57 template<
typename InvestigationGroupsT = Aws::Vector<ListInvestigationGroupsModel>>
59 template<
typename InvestigationGroupsT = ListInvestigationGroupsModel>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_nextTokenHasBeenSet =
false;
77 bool m_investigationGroupsHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< ListInvestigationGroupsModel > & GetInvestigationGroups() const
AWS_AIOPS_API ListInvestigationGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListInvestigationGroupsResult & WithInvestigationGroups(InvestigationGroupsT &&value)
void SetNextToken(NextTokenT &&value)
void SetInvestigationGroups(InvestigationGroupsT &&value)
ListInvestigationGroupsResult & AddInvestigationGroups(InvestigationGroupsT &&value)
const Aws::String & GetRequestId() const
ListInvestigationGroupsResult & WithNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
AWS_AIOPS_API ListInvestigationGroupsResult()=default
const Aws::String & GetNextToken() const
ListInvestigationGroupsResult & WithRequestId(RequestIdT &&value)
AWS_AIOPS_API ListInvestigationGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue