@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIpRoutesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListIpRoutesRequest() |
Modifier and Type | Method and Description |
---|---|
ListIpRoutesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryId()
Identifier (ID) of the directory for which you want to retrieve the IP addresses.
|
Integer |
getLimit()
Maximum number of items to return.
|
String |
getNextToken()
The ListIpRoutes.NextToken value from a previous call to ListIpRoutes.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
Identifier (ID) of the directory for which you want to retrieve the IP addresses.
|
void |
setLimit(Integer limit)
Maximum number of items to return.
|
void |
setNextToken(String nextToken)
The ListIpRoutes.NextToken value from a previous call to ListIpRoutes.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListIpRoutesRequest |
withDirectoryId(String directoryId)
Identifier (ID) of the directory for which you want to retrieve the IP addresses.
|
ListIpRoutesRequest |
withLimit(Integer limit)
Maximum number of items to return.
|
ListIpRoutesRequest |
withNextToken(String nextToken)
The ListIpRoutes.NextToken value from a previous call to ListIpRoutes.
|
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 void setDirectoryId(String directoryId)
Identifier (ID) of the directory for which you want to retrieve the IP addresses.
directoryId
- Identifier (ID) of the directory for which you want to retrieve the IP addresses.public String getDirectoryId()
Identifier (ID) of the directory for which you want to retrieve the IP addresses.
public ListIpRoutesRequest withDirectoryId(String directoryId)
Identifier (ID) of the directory for which you want to retrieve the IP addresses.
directoryId
- Identifier (ID) of the directory for which you want to retrieve the IP addresses.public void setNextToken(String nextToken)
The ListIpRoutes.NextToken value from a previous call to ListIpRoutes. Pass null if this is the first call.
nextToken
- The ListIpRoutes.NextToken value from a previous call to ListIpRoutes. Pass null if this is
the first call.public String getNextToken()
The ListIpRoutes.NextToken value from a previous call to ListIpRoutes. Pass null if this is the first call.
public ListIpRoutesRequest withNextToken(String nextToken)
The ListIpRoutes.NextToken value from a previous call to ListIpRoutes. Pass null if this is the first call.
nextToken
- The ListIpRoutes.NextToken value from a previous call to ListIpRoutes. Pass null if this is
the first call.public void setLimit(Integer limit)
Maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.
limit
- Maximum number of items to return. If this value is zero, the maximum number of items is specified by the
limitations of the operation.public Integer getLimit()
Maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.
public ListIpRoutesRequest withLimit(Integer limit)
Maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.
limit
- Maximum number of items to return. If this value is zero, the maximum number of items is specified by the
limitations of the operation.public String toString()
toString
in class Object
Object.toString()
public ListIpRoutesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.