/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Returns an array of CaseDetails
* objects and a nextToken
that defines a point for pagination in the
* result set.See Also:
AWS
* API Reference
The details for the cases that match the request.
*/ inline const Aws::VectorThe details for the cases that match the request.
*/ inline void SetCases(const Aws::VectorThe details for the cases that match the request.
*/ inline void SetCases(Aws::VectorThe details for the cases that match the request.
*/ inline DescribeCasesResult& WithCases(const Aws::VectorThe details for the cases that match the request.
*/ inline DescribeCasesResult& WithCases(Aws::VectorThe details for the cases that match the request.
*/ inline DescribeCasesResult& AddCases(const CaseDetails& value) { m_cases.push_back(value); return *this; } /** *The details for the cases that match the request.
*/ inline DescribeCasesResult& AddCases(CaseDetails&& value) { m_cases.push_back(std::move(value)); return *this; } /** *A resumption point for pagination.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *A resumption point for pagination.
*/ inline void SetNextToken(const Aws::String& value) { m_nextToken = value; } /** *A resumption point for pagination.
*/ inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); } /** *A resumption point for pagination.
*/ inline void SetNextToken(const char* value) { m_nextToken.assign(value); } /** *A resumption point for pagination.
*/ inline DescribeCasesResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *A resumption point for pagination.
*/ inline DescribeCasesResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *A resumption point for pagination.
*/ inline DescribeCasesResult& WithNextToken(const char* value) { SetNextToken(value); return *this;} inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline DescribeCasesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeCasesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeCasesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector