/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the input of a ListTables
operation.See
* Also:
AWS
* API Reference
The first table name that this operation will evaluate. Use the value that
* was returned for LastEvaluatedTableName
in a previous operation, so
* that you can obtain the next page of results.
The first table name that this operation will evaluate. Use the value that
* was returned for LastEvaluatedTableName
in a previous operation, so
* that you can obtain the next page of results.
The first table name that this operation will evaluate. Use the value that
* was returned for LastEvaluatedTableName
in a previous operation, so
* that you can obtain the next page of results.
The first table name that this operation will evaluate. Use the value that
* was returned for LastEvaluatedTableName
in a previous operation, so
* that you can obtain the next page of results.
The first table name that this operation will evaluate. Use the value that
* was returned for LastEvaluatedTableName
in a previous operation, so
* that you can obtain the next page of results.
The first table name that this operation will evaluate. Use the value that
* was returned for LastEvaluatedTableName
in a previous operation, so
* that you can obtain the next page of results.
The first table name that this operation will evaluate. Use the value that
* was returned for LastEvaluatedTableName
in a previous operation, so
* that you can obtain the next page of results.
The first table name that this operation will evaluate. Use the value that
* was returned for LastEvaluatedTableName
in a previous operation, so
* that you can obtain the next page of results.
A maximum number of table names to return. If this parameter is not * specified, the limit is 100.
*/ inline int GetLimit() const{ return m_limit; } /** *A maximum number of table names to return. If this parameter is not * specified, the limit is 100.
*/ inline bool LimitHasBeenSet() const { return m_limitHasBeenSet; } /** *A maximum number of table names to return. If this parameter is not * specified, the limit is 100.
*/ inline void SetLimit(int value) { m_limitHasBeenSet = true; m_limit = value; } /** *A maximum number of table names to return. If this parameter is not * specified, the limit is 100.
*/ inline ListTablesRequest& WithLimit(int value) { SetLimit(value); return *this;} private: Aws::String m_exclusiveStartTableName; bool m_exclusiveStartTableNameHasBeenSet = false; int m_limit; bool m_limitHasBeenSet = false; }; } // namespace Model } // namespace DynamoDB } // namespace Aws