/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the output of a DescribeMLModels operation. The
* content is essentially a list of MLModel.See Also:
* AWS
* API Reference
A list of MLModel that meet the search criteria.
A list of MLModel that meet the search criteria.
A list of MLModel that meet the search criteria.
A list of MLModel that meet the search criteria.
A list of MLModel that meet the search criteria.
A list of MLModel that meet the search criteria.
A list of MLModel that meet the search criteria.
The ID of the next page in the paginated results that indicates at least one * more page follows.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *The ID of the next page in the paginated results that indicates at least one * more page follows.
*/ inline void SetNextToken(const Aws::String& value) { m_nextToken = value; } /** *The ID of the next page in the paginated results that indicates at least one * more page follows.
*/ inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); } /** *The ID of the next page in the paginated results that indicates at least one * more page follows.
*/ inline void SetNextToken(const char* value) { m_nextToken.assign(value); } /** *The ID of the next page in the paginated results that indicates at least one * more page follows.
*/ inline DescribeMLModelsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *The ID of the next page in the paginated results that indicates at least one * more page follows.
*/ inline DescribeMLModelsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *The ID of the next page in the paginated results that indicates at least one * more page follows.
*/ inline DescribeMLModelsResult& WithNextToken(const char* value) { SetNextToken(value); return *this;} private: Aws::Vector