@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOutboundCrossClusterSearchConnectionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DescribeOutboundCrossClusterSearchConnections
operation.
NOOP
Constructor and Description |
---|
DescribeOutboundCrossClusterSearchConnectionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeOutboundCrossClusterSearchConnectionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
A list of filters used to match properties for outbound cross-cluster search connection.
|
Integer |
getMaxResults()
Set this value to limit the number of results returned.
|
String |
getNextToken()
NextToken is sent in case the earlier API call results contain the NextToken.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
A list of filters used to match properties for outbound cross-cluster search connection.
|
void |
setMaxResults(Integer maxResults)
Set this value to limit the number of results returned.
|
void |
setNextToken(String nextToken)
NextToken is sent in case the earlier API call results contain the NextToken.
|
String |
toString()
Returns a string representation of this object.
|
DescribeOutboundCrossClusterSearchConnectionsRequest |
withFilters(Collection<Filter> filters)
A list of filters used to match properties for outbound cross-cluster search connection.
|
DescribeOutboundCrossClusterSearchConnectionsRequest |
withFilters(Filter... filters)
A list of filters used to match properties for outbound cross-cluster search connection.
|
DescribeOutboundCrossClusterSearchConnectionsRequest |
withMaxResults(Integer maxResults)
Set this value to limit the number of results returned.
|
DescribeOutboundCrossClusterSearchConnectionsRequest |
withNextToken(String nextToken)
NextToken is sent in case the earlier API call results contain the NextToken.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeOutboundCrossClusterSearchConnectionsRequest()
public List<Filter> getFilters()
A list of filters used to match properties for outbound cross-cluster search connection. Available
Filter
names for this operation are:
Filter
names for this operation are:
public void setFilters(Collection<Filter> filters)
A list of filters used to match properties for outbound cross-cluster search connection. Available
Filter
names for this operation are:
filters
- A list of filters used to match properties for outbound cross-cluster search connection. Available
Filter
names for this operation are:
public DescribeOutboundCrossClusterSearchConnectionsRequest withFilters(Filter... filters)
A list of filters used to match properties for outbound cross-cluster search connection. Available
Filter
names for this operation are:
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- A list of filters used to match properties for outbound cross-cluster search connection. Available
Filter
names for this operation are:
public DescribeOutboundCrossClusterSearchConnectionsRequest withFilters(Collection<Filter> filters)
A list of filters used to match properties for outbound cross-cluster search connection. Available
Filter
names for this operation are:
filters
- A list of filters used to match properties for outbound cross-cluster search connection. Available
Filter
names for this operation are:
public void setMaxResults(Integer maxResults)
Set this value to limit the number of results returned. If not specified, defaults to 100.
maxResults
- Set this value to limit the number of results returned. If not specified, defaults to 100.public Integer getMaxResults()
Set this value to limit the number of results returned. If not specified, defaults to 100.
public DescribeOutboundCrossClusterSearchConnectionsRequest withMaxResults(Integer maxResults)
Set this value to limit the number of results returned. If not specified, defaults to 100.
maxResults
- Set this value to limit the number of results returned. If not specified, defaults to 100.public void setNextToken(String nextToken)
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
nextToken
- NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.public String getNextToken()
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
public DescribeOutboundCrossClusterSearchConnectionsRequest withNextToken(String nextToken)
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
nextToken
- NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.public String toString()
toString
in class Object
Object.toString()
public DescribeOutboundCrossClusterSearchConnectionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()