@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInboundCrossClusterSearchConnectionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of a DescribeInboundCrossClusterSearchConnections
request. Contains the list of
connections matching the filter criteria.
Constructor and Description |
---|
DescribeInboundCrossClusterSearchConnectionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeInboundCrossClusterSearchConnectionsResult |
clone() |
boolean |
equals(Object obj) |
List<InboundCrossClusterSearchConnection> |
getCrossClusterSearchConnections()
Consists of list of
InboundCrossClusterSearchConnection matching the specified filter
criteria. |
String |
getNextToken()
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.
|
int |
hashCode() |
void |
setCrossClusterSearchConnections(Collection<InboundCrossClusterSearchConnection> crossClusterSearchConnections)
Consists of list of
InboundCrossClusterSearchConnection matching the specified filter
criteria. |
void |
setNextToken(String 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.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInboundCrossClusterSearchConnectionsResult |
withCrossClusterSearchConnections(Collection<InboundCrossClusterSearchConnection> crossClusterSearchConnections)
Consists of list of
InboundCrossClusterSearchConnection matching the specified filter
criteria. |
DescribeInboundCrossClusterSearchConnectionsResult |
withCrossClusterSearchConnections(InboundCrossClusterSearchConnection... crossClusterSearchConnections)
Consists of list of
InboundCrossClusterSearchConnection matching the specified filter
criteria. |
DescribeInboundCrossClusterSearchConnectionsResult |
withNextToken(String 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeInboundCrossClusterSearchConnectionsResult()
public List<InboundCrossClusterSearchConnection> getCrossClusterSearchConnections()
Consists of list of InboundCrossClusterSearchConnection
matching the specified filter
criteria.
InboundCrossClusterSearchConnection
matching the specified filter
criteria.public void setCrossClusterSearchConnections(Collection<InboundCrossClusterSearchConnection> crossClusterSearchConnections)
Consists of list of InboundCrossClusterSearchConnection
matching the specified filter
criteria.
crossClusterSearchConnections
- Consists of list of InboundCrossClusterSearchConnection
matching the specified filter
criteria.public DescribeInboundCrossClusterSearchConnectionsResult withCrossClusterSearchConnections(InboundCrossClusterSearchConnection... crossClusterSearchConnections)
Consists of list of InboundCrossClusterSearchConnection
matching the specified filter
criteria.
NOTE: This method appends the values to the existing list (if any). Use
setCrossClusterSearchConnections(java.util.Collection)
or
withCrossClusterSearchConnections(java.util.Collection)
if you want to override the existing values.
crossClusterSearchConnections
- Consists of list of InboundCrossClusterSearchConnection
matching the specified filter
criteria.public DescribeInboundCrossClusterSearchConnectionsResult withCrossClusterSearchConnections(Collection<InboundCrossClusterSearchConnection> crossClusterSearchConnections)
Consists of list of InboundCrossClusterSearchConnection
matching the specified filter
criteria.
crossClusterSearchConnections
- Consists of list of InboundCrossClusterSearchConnection
matching the specified filter
criteria.public void setNextToken(String 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.
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.public String getNextToken()
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.
public DescribeInboundCrossClusterSearchConnectionsResult withNextToken(String 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.
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.public String toString()
toString
in class Object
Object.toString()
public DescribeInboundCrossClusterSearchConnectionsResult clone()