@Generated(value="software.amazon.awssdk:codegen") public final class ListIpRoutesRequest extends DirectoryRequest implements ToCopyableBuilder<ListIpRoutesRequest.Builder,ListIpRoutesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListIpRoutesRequest.Builder |
| Modifier and Type | Method and 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
Maximum number of items to return.
|
String |
nextToken()
The ListIpRoutes.NextToken value from a previous call to ListIpRoutes.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListIpRoutesRequest.Builder> |
serializableBuilderClass() |
ListIpRoutesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<ListIpRoutesRequest.Builder,ListIpRoutesRequest>toBuilder in class DirectoryRequestpublic static ListIpRoutesRequest.Builder builder()
public static Class<? extends ListIpRoutesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.