@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOutboundConnectionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DescribeOutboundConnections
operation.
NOOP
Constructor and Description |
---|
DescribeOutboundConnectionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeOutboundConnectionsRequest |
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 connections.
|
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 parameter.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
A list of filters used to match properties for outbound cross-cluster connections.
|
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 parameter.
|
String |
toString()
Returns a string representation of this object.
|
DescribeOutboundConnectionsRequest |
withFilters(Collection<Filter> filters)
A list of filters used to match properties for outbound cross-cluster connections.
|
DescribeOutboundConnectionsRequest |
withFilters(Filter... filters)
A list of filters used to match properties for outbound cross-cluster connections.
|
DescribeOutboundConnectionsRequest |
withMaxResults(Integer maxResults)
Set this value to limit the number of results returned.
|
DescribeOutboundConnectionsRequest |
withNextToken(String nextToken)
NextToken is sent in case the earlier API call results contain the NextToken parameter.
|
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 List<Filter> getFilters()
A list of filters used to match properties for outbound cross-cluster connections. 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 connections. Available
Filter
names for this operation are:
filters
- A list of filters used to match properties for outbound cross-cluster connections. Available
Filter
names for this operation are:
public DescribeOutboundConnectionsRequest withFilters(Filter... filters)
A list of filters used to match properties for outbound cross-cluster connections. 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 connections. Available
Filter
names for this operation are:
public DescribeOutboundConnectionsRequest withFilters(Collection<Filter> filters)
A list of filters used to match properties for outbound cross-cluster connections. Available
Filter
names for this operation are:
filters
- A list of filters used to match properties for outbound cross-cluster connections. 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 DescribeOutboundConnectionsRequest 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 parameter. Used for pagination.
nextToken
- NextToken is sent in case the earlier API call results contain the NextToken parameter. Used for
pagination.public String getNextToken()
NextToken is sent in case the earlier API call results contain the NextToken parameter. Used for pagination.
public DescribeOutboundConnectionsRequest withNextToken(String nextToken)
NextToken is sent in case the earlier API call results contain the NextToken parameter. Used for pagination.
nextToken
- NextToken is sent in case the earlier API call results contain the NextToken parameter. Used for
pagination.public String toString()
toString
in class Object
Object.toString()
public DescribeOutboundConnectionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()