AWS SDK for C++: Aws::OpenSearchService::Model::DescribeOutboundConnectionsResult Class Reference

#include <DescribeOutboundConnectionsResult.h>

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Contains a list of connections matching the filter criteria.

See Also:

AWS API Reference

Definition at line 35 of file DescribeOutboundConnectionsResult.h.

◆ DescribeOutboundConnectionsResult() [1/2]

AWS_OPENSEARCHSERVICE_API Aws::OpenSearchService::Model::DescribeOutboundConnectionsResult::DescribeOutboundConnectionsResult ( )

◆ DescribeOutboundConnectionsResult() [2/2]

◆ AddConnections() [1/2]

◆ AddConnections() [2/2]

◆ GetConnections()

◆ GetNextToken() const Aws::String & Aws::OpenSearchService::Model::DescribeOutboundConnectionsResult::GetNextToken ( ) const inline

When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.

Definition at line 84 of file DescribeOutboundConnectionsResult.h.

◆ GetRequestId() const Aws::String & Aws::OpenSearchService::Model::DescribeOutboundConnectionsResult::GetRequestId ( ) const inline

◆ operator=()

◆ SetConnections() [1/2]

◆ SetConnections() [2/2]

◆ SetNextToken() [1/3] void Aws::OpenSearchService::Model::DescribeOutboundConnectionsResult::SetNextToken ( Aws::String &&  value) inline

When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.

Definition at line 98 of file DescribeOutboundConnectionsResult.h.

◆ SetNextToken() [2/3] void Aws::OpenSearchService::Model::DescribeOutboundConnectionsResult::SetNextToken ( const Aws::String &  value) inline

When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.

Definition at line 91 of file DescribeOutboundConnectionsResult.h.

◆ SetNextToken() [3/3]

void Aws::OpenSearchService::Model::DescribeOutboundConnectionsResult::SetNextToken ( const char *  value)

inline

When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.

Definition at line 105 of file DescribeOutboundConnectionsResult.h.

◆ SetRequestId() [1/3] void Aws::OpenSearchService::Model::DescribeOutboundConnectionsResult::SetRequestId ( Aws::String &&  value) inline

◆ SetRequestId() [2/3] void Aws::OpenSearchService::Model::DescribeOutboundConnectionsResult::SetRequestId ( const Aws::String &  value) inline

◆ SetRequestId() [3/3]

void Aws::OpenSearchService::Model::DescribeOutboundConnectionsResult::SetRequestId ( const char *  value)

inline

◆ WithConnections() [1/2]

◆ WithConnections() [2/2]

◆ WithNextToken() [1/3]

When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.

Definition at line 119 of file DescribeOutboundConnectionsResult.h.

◆ WithNextToken() [2/3]

When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.

Definition at line 112 of file DescribeOutboundConnectionsResult.h.

◆ WithNextToken() [3/3]

When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.

Definition at line 126 of file DescribeOutboundConnectionsResult.h.

◆ WithRequestId() [1/3]

◆ WithRequestId() [2/3]

◆ WithRequestId() [3/3]
The documentation for this class was generated from the following file:

You Might Also Like