@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()
List of filter names and values that you can use for requests.
|
Integer |
getMaxResults()
An optional parameter that specifies the maximum number of results to return.
|
String |
getNextToken()
If your initial
DescribeOutboundConnections operation returns a nextToken , you can
include the returned nextToken in subsequent DescribeOutboundConnections operations,
which returns results in the next page. |
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
List of filter names and values that you can use for requests.
|
void |
setMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
void |
setNextToken(String nextToken)
If your initial
DescribeOutboundConnections operation returns a nextToken , you can
include the returned nextToken in subsequent DescribeOutboundConnections operations,
which returns results in the next page. |
String |
toString()
Returns a string representation of this object.
|
DescribeOutboundConnectionsRequest |
withFilters(Collection<Filter> filters)
List of filter names and values that you can use for requests.
|
DescribeOutboundConnectionsRequest |
withFilters(Filter... filters)
List of filter names and values that you can use for requests.
|
DescribeOutboundConnectionsRequest |
withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
DescribeOutboundConnectionsRequest |
withNextToken(String nextToken)
If your initial
DescribeOutboundConnections operation returns a nextToken , you can
include the returned nextToken in subsequent DescribeOutboundConnections 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()
List of filter names and values that you can use for requests.
public void setFilters(Collection<Filter> filters)
List of filter names and values that you can use for requests.
filters
- List of filter names and values that you can use for requests.public DescribeOutboundConnectionsRequest withFilters(Filter... filters)
List of filter names and values that you can use for requests.
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
- List of filter names and values that you can use for requests.public DescribeOutboundConnectionsRequest withFilters(Collection<Filter> filters)
List of filter names and values that you can use for requests.
filters
- List of filter names and values that you can use for requests.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 DescribeOutboundConnectionsRequest 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 DescribeOutboundConnections
operation returns a nextToken
, you can
include the returned nextToken
in subsequent DescribeOutboundConnections
operations,
which returns results in the next page.
nextToken
- If your initial DescribeOutboundConnections
operation returns a nextToken
, you
can include the returned nextToken
in subsequent DescribeOutboundConnections
operations, which returns results in the next page.public String getNextToken()
If your initial DescribeOutboundConnections
operation returns a nextToken
, you can
include the returned nextToken
in subsequent DescribeOutboundConnections
operations,
which returns results in the next page.
DescribeOutboundConnections
operation returns a nextToken
, you
can include the returned nextToken
in subsequent DescribeOutboundConnections
operations, which returns results in the next page.public DescribeOutboundConnectionsRequest withNextToken(String nextToken)
If your initial DescribeOutboundConnections
operation returns a nextToken
, you can
include the returned nextToken
in subsequent DescribeOutboundConnections
operations,
which returns results in the next page.
nextToken
- If your initial DescribeOutboundConnections
operation returns a nextToken
, you
can include the returned nextToken
in subsequent DescribeOutboundConnections
operations, which returns results in the next page.public String toString()
toString
in class Object
Object.toString()
public DescribeOutboundConnectionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()