public class ListIpRoutesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListIpRoutesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListIpRoutesRequest |
clone() |
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public ListIpRoutesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.