/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
List of Datasets.
*/ inline const Aws::VectorList of Datasets.
*/ inline void SetDatasets(const Aws::VectorList of Datasets.
*/ inline void SetDatasets(Aws::VectorList of Datasets.
*/ inline ListDatasetsResult& WithDatasets(const Aws::VectorList of Datasets.
*/ inline ListDatasetsResult& WithDatasets(Aws::VectorList of Datasets.
*/ inline ListDatasetsResult& AddDatasets(const Dataset& value) { m_datasets.push_back(value); return *this; } /** *List of Datasets.
*/ inline ListDatasetsResult& AddDatasets(Dataset&& value) { m_datasets.push_back(std::move(value)); return *this; } /** *A token that indicates where a results page should begin.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *A token that indicates where a results page should begin.
*/ inline void SetNextToken(const Aws::String& value) { m_nextToken = value; } /** *A token that indicates where a results page should begin.
*/ inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); } /** *A token that indicates where a results page should begin.
*/ inline void SetNextToken(const char* value) { m_nextToken.assign(value); } /** *A token that indicates where a results page should begin.
*/ inline ListDatasetsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *A token that indicates where a results page should begin.
*/ inline ListDatasetsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *A token that indicates where a results page should begin.
*/ inline ListDatasetsResult& 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 ListDatasetsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListDatasetsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListDatasetsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector