@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()
An optional parameter that specifies the maximum number of results to return.
|
String |
getNextToken()
If your initial
DescribeInboundConnections operation returns a nextToken , you can
include the returned nextToken in subsequent DescribeInboundConnections operations,
which returns results in the next page. |
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
A list of filters used to match properties for inbound cross-cluster connections.
|
void |
setMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
void |
setNextToken(String nextToken)
If your initial
DescribeInboundConnections operation returns a nextToken , you can
include the returned nextToken in subsequent DescribeInboundConnections operations,
which returns results in the next page. |
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)
An optional parameter that specifies the maximum number of results to return.
|
DescribeInboundConnectionsRequest |
withNextToken(String nextToken)
If your initial
DescribeInboundConnections operation returns a nextToken , you can
include the returned nextToken in subsequent DescribeInboundConnections operations,
which returns results in the next page. |
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.
public void setFilters(Collection<Filter> filters)
A list of filters used to match properties for inbound cross-cluster connections.
filters
- A list of filters used to match properties for inbound cross-cluster connections.public DescribeInboundConnectionsRequest withFilters(Filter... filters)
A list of filters used to match properties for inbound cross-cluster connections.
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.public DescribeInboundConnectionsRequest withFilters(Collection<Filter> filters)
A list of filters used to match properties for inbound cross-cluster connections.
filters
- A list of filters used to match properties for inbound cross-cluster connections.public void setMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
maxResults
- An optional parameter that specifies the maximum number of results to return. You can use
nextToken
to get the next page of results.public Integer getMaxResults()
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
nextToken
to get the next page of results.public DescribeInboundConnectionsRequest withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
maxResults
- An optional parameter that specifies the maximum number of results to return. You can use
nextToken
to get the next page of results.public void setNextToken(String nextToken)
If your initial DescribeInboundConnections
operation returns a nextToken
, you can
include the returned nextToken
in subsequent DescribeInboundConnections
operations,
which returns results in the next page.
nextToken
- If your initial DescribeInboundConnections
operation returns a nextToken
, you
can include the returned nextToken
in subsequent DescribeInboundConnections
operations, which returns results in the next page.public String getNextToken()
If your initial DescribeInboundConnections
operation returns a nextToken
, you can
include the returned nextToken
in subsequent DescribeInboundConnections
operations,
which returns results in the next page.
DescribeInboundConnections
operation returns a nextToken
, you
can include the returned nextToken
in subsequent DescribeInboundConnections
operations, which returns results in the next page.public DescribeInboundConnectionsRequest withNextToken(String nextToken)
If your initial DescribeInboundConnections
operation returns a nextToken
, you can
include the returned nextToken
in subsequent DescribeInboundConnections
operations,
which returns results in the next page.
nextToken
- If your initial DescribeInboundConnections
operation returns a nextToken
, you
can include the returned nextToken
in subsequent DescribeInboundConnections
operations, which returns results in the next page.public String toString()
toString
in class Object
Object.toString()
public DescribeInboundConnectionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()