@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAvailableManagementCidrRangesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAvailableManagementCidrRangesRequest() |
Modifier and Type | Method and Description |
---|---|
ListAvailableManagementCidrRangesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getManagementCidrRangeConstraint()
The IP address range to search.
|
Integer |
getMaxResults()
The maximum number of items to return.
|
String |
getNextToken()
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
int |
hashCode() |
void |
setManagementCidrRangeConstraint(String managementCidrRangeConstraint)
The IP address range to search.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return.
|
void |
setNextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
String |
toString()
Returns a string representation of this object.
|
ListAvailableManagementCidrRangesRequest |
withManagementCidrRangeConstraint(String managementCidrRangeConstraint)
The IP address range to search.
|
ListAvailableManagementCidrRangesRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return.
|
ListAvailableManagementCidrRangesRequest |
withNextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set 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 ListAvailableManagementCidrRangesRequest()
public void setManagementCidrRangeConstraint(String managementCidrRangeConstraint)
The IP address range to search. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block).
managementCidrRangeConstraint
- The IP address range to search. Specify an IP address range that is compatible with your network and in
CIDR notation (that is, specify the range as an IPv4 CIDR block).public String getManagementCidrRangeConstraint()
The IP address range to search. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block).
public ListAvailableManagementCidrRangesRequest withManagementCidrRangeConstraint(String managementCidrRangeConstraint)
The IP address range to search. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block).
managementCidrRangeConstraint
- The IP address range to search. Specify an IP address range that is compatible with your network and in
CIDR notation (that is, specify the range as an IPv4 CIDR block).public void setMaxResults(Integer maxResults)
The maximum number of items to return.
maxResults
- The maximum number of items to return.public Integer getMaxResults()
The maximum number of items to return.
public ListAvailableManagementCidrRangesRequest withMaxResults(Integer maxResults)
The maximum number of items to return.
maxResults
- The maximum number of items to return.public void setNextToken(String nextToken)
If you received a NextToken
from a previous call that was paginated, provide this token to receive
the next set of results.
nextToken
- If you received a NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.public String getNextToken()
If you received a NextToken
from a previous call that was paginated, provide this token to receive
the next set of results.
NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.public ListAvailableManagementCidrRangesRequest withNextToken(String nextToken)
If you received a NextToken
from a previous call that was paginated, provide this token to receive
the next set of results.
nextToken
- If you received a NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListAvailableManagementCidrRangesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()