@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeIpamScopesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeIpamScopesRequest>
NOOP
Constructor and Description |
---|
DescribeIpamScopesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeIpamScopesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeIpamScopesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
One or more filters for the request.
|
List<String> |
getIpamScopeIds()
The IDs of the scopes 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 |
setIpamScopeIds(Collection<String> ipamScopeIds)
The IDs of the scopes 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.
|
DescribeIpamScopesRequest |
withFilters(Collection<Filter> filters)
One or more filters for the request.
|
DescribeIpamScopesRequest |
withFilters(Filter... filters)
One or more filters for the request.
|
DescribeIpamScopesRequest |
withIpamScopeIds(Collection<String> ipamScopeIds)
The IDs of the scopes you want information on.
|
DescribeIpamScopesRequest |
withIpamScopeIds(String... ipamScopeIds)
The IDs of the scopes you want information on.
|
DescribeIpamScopesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the request.
|
DescribeIpamScopesRequest |
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 DescribeIpamScopesRequest 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 DescribeIpamScopesRequest 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 DescribeIpamScopesRequest 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 DescribeIpamScopesRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public List<String> getIpamScopeIds()
The IDs of the scopes you want information on.
public void setIpamScopeIds(Collection<String> ipamScopeIds)
The IDs of the scopes you want information on.
ipamScopeIds
- The IDs of the scopes you want information on.public DescribeIpamScopesRequest withIpamScopeIds(String... ipamScopeIds)
The IDs of the scopes you want information on.
NOTE: This method appends the values to the existing list (if any). Use
setIpamScopeIds(java.util.Collection)
or withIpamScopeIds(java.util.Collection)
if you want to
override the existing values.
ipamScopeIds
- The IDs of the scopes you want information on.public DescribeIpamScopesRequest withIpamScopeIds(Collection<String> ipamScopeIds)
The IDs of the scopes you want information on.
ipamScopeIds
- The IDs of the scopes you want information on.public Request<DescribeIpamScopesRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeIpamScopesRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeIpamScopesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()