@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeIpamsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeIpamsRequest>
NOOP
Constructor and Description |
---|
DescribeIpamsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeIpamsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeIpamsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
One or more filters for the request.
|
List<String> |
getIpamIds()
The IDs of the IPAMs you want information on.
|
Integer |
getMaxResults()
The maximum number of results to return in the request.
|
String |
getNextToken()
The token for the next page of results.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
One or more filters for the request.
|
void |
setIpamIds(Collection<String> ipamIds)
The IDs of the IPAMs you want information on.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the request.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeIpamsRequest |
withFilters(Collection<Filter> filters)
One or more filters for the request.
|
DescribeIpamsRequest |
withFilters(Filter... filters)
One or more filters for the request.
|
DescribeIpamsRequest |
withIpamIds(Collection<String> ipamIds)
The IDs of the IPAMs you want information on.
|
DescribeIpamsRequest |
withIpamIds(String... ipamIds)
The IDs of the IPAMs you want information on.
|
DescribeIpamsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the request.
|
DescribeIpamsRequest |
withNextToken(String nextToken)
The token for the next page of 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()
One or more filters for the request. For more information about filtering, see Filtering CLI output.
public void setFilters(Collection<Filter> filters)
One or more filters for the request. For more information about filtering, see Filtering CLI output.
filters
- One or more filters for the request. For more information about filtering, see Filtering CLI output.public DescribeIpamsRequest withFilters(Filter... filters)
One or more filters for the request. For more information about filtering, see Filtering CLI output.
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
- One or more filters for the request. For more information about filtering, see Filtering CLI output.public DescribeIpamsRequest withFilters(Collection<Filter> filters)
One or more filters for the request. For more information about filtering, see Filtering CLI output.
filters
- One or more filters for the request. For more information about filtering, see Filtering CLI output.public void setMaxResults(Integer maxResults)
The maximum number of results to return in the request.
maxResults
- The maximum number of results to return in the request.public Integer getMaxResults()
The maximum number of results to return in the request.
public DescribeIpamsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the request.
maxResults
- The maximum number of results to return in the request.public void setNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String getNextToken()
The token for the next page of results.
public DescribeIpamsRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public List<String> getIpamIds()
The IDs of the IPAMs you want information on.
public void setIpamIds(Collection<String> ipamIds)
The IDs of the IPAMs you want information on.
ipamIds
- The IDs of the IPAMs you want information on.public DescribeIpamsRequest withIpamIds(String... ipamIds)
The IDs of the IPAMs you want information on.
NOTE: This method appends the values to the existing list (if any). Use
setIpamIds(java.util.Collection)
or withIpamIds(java.util.Collection)
if you want to override
the existing values.
ipamIds
- The IDs of the IPAMs you want information on.public DescribeIpamsRequest withIpamIds(Collection<String> ipamIds)
The IDs of the IPAMs you want information on.
ipamIds
- The IDs of the IPAMs you want information on.public Request<DescribeIpamsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeIpamsRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeIpamsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()