Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListIpRoutesRequest.Builder,ListIpRoutesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListIpRoutesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListIpRoutesRequest.Builder,ListIpRoutesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListIpRoutesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListIpRoutesRequest.Builder |
builder() |
|
String |
directoryId() |
Identifier (ID) of the directory for which you want to retrieve the IP addresses.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
limit() |
Maximum number of items to return.
|
String |
nextToken() |
The ListIpRoutes.NextToken value from a previous call to ListIpRoutes.
|
static Class<? extends ListIpRoutesRequest.Builder> |
serializableBuilderClass() |
|
ListIpRoutesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String directoryId()
Identifier (ID) of the directory for which you want to retrieve the IP addresses.
public String nextToken()
The ListIpRoutes.NextToken value from a previous call to ListIpRoutes. Pass null if this is the first call.
public 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.
public ListIpRoutesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListIpRoutesRequest.Builder,ListIpRoutesRequest>
public static ListIpRoutesRequest.Builder builder()
public static Class<? extends ListIpRoutesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.