/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The result of a
* DescribeOutboundCrossClusterSearchConnections request.
* Contains the list of connections matching the filter criteria.See
* Also:
AWS
* API Reference
Consists of list of OutboundCrossClusterSearchConnection
* matching the specified filter criteria.
Consists of list of OutboundCrossClusterSearchConnection
* matching the specified filter criteria.
Consists of list of OutboundCrossClusterSearchConnection
* matching the specified filter criteria.
Consists of list of OutboundCrossClusterSearchConnection
* matching the specified filter criteria.
Consists of list of OutboundCrossClusterSearchConnection
* matching the specified filter criteria.
Consists of list of OutboundCrossClusterSearchConnection
* matching the specified filter criteria.
Consists of list of OutboundCrossClusterSearchConnection
* matching the specified filter criteria.
If more results are available and NextToken is present, make the next request * to the same API with the received NextToken to paginate the remaining results. *
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *If more results are available and NextToken is present, make the next request * to the same API with the received NextToken to paginate the remaining results. *
*/ inline void SetNextToken(const Aws::String& value) { m_nextToken = value; } /** *If more results are available and NextToken is present, make the next request * to the same API with the received NextToken to paginate the remaining results. *
*/ inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); } /** *If more results are available and NextToken is present, make the next request * to the same API with the received NextToken to paginate the remaining results. *
*/ inline void SetNextToken(const char* value) { m_nextToken.assign(value); } /** *If more results are available and NextToken is present, make the next request * to the same API with the received NextToken to paginate the remaining results. *
*/ inline DescribeOutboundCrossClusterSearchConnectionsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *If more results are available and NextToken is present, make the next request * to the same API with the received NextToken to paginate the remaining results. *
*/ inline DescribeOutboundCrossClusterSearchConnectionsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *If more results are available and NextToken is present, make the next request * to the same API with the received NextToken to paginate the remaining results. *
*/ inline DescribeOutboundCrossClusterSearchConnectionsResult& WithNextToken(const char* value) { SetNextToken(value); return *this;} private: Aws::Vector