/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the input of a ListStreams
operation.See
* Also:
AWS
* API Reference
If this parameter is provided, then only the streams associated with this * table name are returned.
*/ inline const Aws::String& GetTableName() const{ return m_tableName; } /** *If this parameter is provided, then only the streams associated with this * table name are returned.
*/ inline bool TableNameHasBeenSet() const { return m_tableNameHasBeenSet; } /** *If this parameter is provided, then only the streams associated with this * table name are returned.
*/ inline void SetTableName(const Aws::String& value) { m_tableNameHasBeenSet = true; m_tableName = value; } /** *If this parameter is provided, then only the streams associated with this * table name are returned.
*/ inline void SetTableName(Aws::String&& value) { m_tableNameHasBeenSet = true; m_tableName = std::move(value); } /** *If this parameter is provided, then only the streams associated with this * table name are returned.
*/ inline void SetTableName(const char* value) { m_tableNameHasBeenSet = true; m_tableName.assign(value); } /** *If this parameter is provided, then only the streams associated with this * table name are returned.
*/ inline ListStreamsRequest& WithTableName(const Aws::String& value) { SetTableName(value); return *this;} /** *If this parameter is provided, then only the streams associated with this * table name are returned.
*/ inline ListStreamsRequest& WithTableName(Aws::String&& value) { SetTableName(std::move(value)); return *this;} /** *If this parameter is provided, then only the streams associated with this * table name are returned.
*/ inline ListStreamsRequest& WithTableName(const char* value) { SetTableName(value); return *this;} /** *The maximum number of streams to return. The upper limit is 100.
*/ inline int GetLimit() const{ return m_limit; } /** *The maximum number of streams to return. The upper limit is 100.
*/ inline bool LimitHasBeenSet() const { return m_limitHasBeenSet; } /** *The maximum number of streams to return. The upper limit is 100.
*/ inline void SetLimit(int value) { m_limitHasBeenSet = true; m_limit = value; } /** *The maximum number of streams to return. The upper limit is 100.
*/ inline ListStreamsRequest& WithLimit(int value) { SetLimit(value); return *this;} /** *The ARN (Amazon Resource Name) of the first item that this operation will
* evaluate. Use the value that was returned for
* LastEvaluatedStreamArn
in the previous operation.
The ARN (Amazon Resource Name) of the first item that this operation will
* evaluate. Use the value that was returned for
* LastEvaluatedStreamArn
in the previous operation.
The ARN (Amazon Resource Name) of the first item that this operation will
* evaluate. Use the value that was returned for
* LastEvaluatedStreamArn
in the previous operation.
The ARN (Amazon Resource Name) of the first item that this operation will
* evaluate. Use the value that was returned for
* LastEvaluatedStreamArn
in the previous operation.
The ARN (Amazon Resource Name) of the first item that this operation will
* evaluate. Use the value that was returned for
* LastEvaluatedStreamArn
in the previous operation.
The ARN (Amazon Resource Name) of the first item that this operation will
* evaluate. Use the value that was returned for
* LastEvaluatedStreamArn
in the previous operation.
The ARN (Amazon Resource Name) of the first item that this operation will
* evaluate. Use the value that was returned for
* LastEvaluatedStreamArn
in the previous operation.
The ARN (Amazon Resource Name) of the first item that this operation will
* evaluate. Use the value that was returned for
* LastEvaluatedStreamArn
in the previous operation.