/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Container for the parameters to the
* DescribeInboundCrossClusterSearchConnections
* operation.See Also:
AWS
* API Reference
A list of filters used to match properties for inbound cross-cluster search
* connection. Available Filter
names for this operation are:
*
A list of filters used to match properties for inbound cross-cluster search
* connection. Available Filter
names for this operation are:
*
A list of filters used to match properties for inbound cross-cluster search
* connection. Available Filter
names for this operation are:
*
A list of filters used to match properties for inbound cross-cluster search
* connection. Available Filter
names for this operation are:
*
A list of filters used to match properties for inbound cross-cluster search
* connection. Available Filter
names for this operation are:
*
A list of filters used to match properties for inbound cross-cluster search
* connection. Available Filter
names for this operation are:
*
A list of filters used to match properties for inbound cross-cluster search
* connection. Available Filter
names for this operation are:
*
A list of filters used to match properties for inbound cross-cluster search
* connection. Available Filter
names for this operation are:
*
Set this value to limit the number of results returned. If not specified, * defaults to 100.
*/ inline int GetMaxResults() const{ return m_maxResults; } /** *Set this value to limit the number of results returned. If not specified, * defaults to 100.
*/ inline bool MaxResultsHasBeenSet() const { return m_maxResultsHasBeenSet; } /** *Set this value to limit the number of results returned. If not specified, * defaults to 100.
*/ inline void SetMaxResults(int value) { m_maxResultsHasBeenSet = true; m_maxResults = value; } /** *Set this value to limit the number of results returned. If not specified, * defaults to 100.
*/ inline DescribeInboundCrossClusterSearchConnectionsRequest& WithMaxResults(int value) { SetMaxResults(value); return *this;} /** *NextToken is sent in case the earlier API call results contain the * NextToken. It is used for pagination.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *NextToken is sent in case the earlier API call results contain the * NextToken. It is used for pagination.
*/ inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; } /** *NextToken is sent in case the earlier API call results contain the * NextToken. It is used for pagination.
*/ inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; } /** *NextToken is sent in case the earlier API call results contain the * NextToken. It is used for pagination.
*/ inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::move(value); } /** *NextToken is sent in case the earlier API call results contain the * NextToken. It is used for pagination.
*/ inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); } /** *NextToken is sent in case the earlier API call results contain the * NextToken. It is used for pagination.
*/ inline DescribeInboundCrossClusterSearchConnectionsRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *NextToken is sent in case the earlier API call results contain the * NextToken. It is used for pagination.
*/ inline DescribeInboundCrossClusterSearchConnectionsRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *NextToken is sent in case the earlier API call results contain the * NextToken. It is used for pagination.
*/ inline DescribeInboundCrossClusterSearchConnectionsRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;} private: Aws::Vector