@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInboundConnectionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DescribeInboundConnections
operation.
NOOP
Constructor and Description |
---|
DescribeInboundConnectionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeInboundConnectionsRequest |
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 inbound cross-cluster connections.
|
Integer |
getMaxResults()
Set this value to limit the number of results returned.
|
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 |
setFilters(Collection<Filter> filters)
A list of filters used to match properties for inbound cross-cluster connections.
|
void |
setMaxResults(Integer maxResults)
Set this value to limit the number of results returned.
|
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.
|
DescribeInboundConnectionsRequest |
withFilters(Collection<Filter> filters)
A list of filters used to match properties for inbound cross-cluster connections.
|
DescribeInboundConnectionsRequest |
withFilters(Filter... filters)
A list of filters used to match properties for inbound cross-cluster connections.
|
DescribeInboundConnectionsRequest |
withMaxResults(Integer maxResults)
Set this value to limit the number of results returned.
|
DescribeInboundConnectionsRequest |
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.
|
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 inbound cross-cluster connections. Available
Filter
values are:
Filter
values are:
public void setFilters(Collection<Filter> filters)
A list of filters used to match properties for inbound cross-cluster connections. Available
Filter
values are:
filters
- A list of filters used to match properties for inbound cross-cluster connections. Available
Filter
values are:
public DescribeInboundConnectionsRequest withFilters(Filter... filters)
A list of filters used to match properties for inbound cross-cluster connections. Available
Filter
values 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 inbound cross-cluster connections. Available
Filter
values are:
public DescribeInboundConnectionsRequest withFilters(Collection<Filter> filters)
A list of filters used to match properties for inbound cross-cluster connections. Available
Filter
values are:
filters
- A list of filters used to match properties for inbound cross-cluster connections. Available
Filter
values 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 DescribeInboundConnectionsRequest 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)
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 DescribeInboundConnectionsRequest 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 DescribeInboundConnectionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()