@Generated(value="software.amazon.awssdk:codegen") public final class ListCidrLocationsRequest extends Route53Request implements ToCopyableBuilder<ListCidrLocationsRequest.Builder,ListCidrLocationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListCidrLocationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListCidrLocationsRequest.Builder |
builder() |
String |
collectionId()
The CIDR collection ID.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
maxResults()
The maximum number of CIDR collection locations to return in the response.
|
String |
nextToken()
An opaque pagination token to indicate where the service is to begin enumerating results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListCidrLocationsRequest.Builder> |
serializableBuilderClass() |
ListCidrLocationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String collectionId()
The CIDR collection ID.
public final String nextToken()
An opaque pagination token to indicate where the service is to begin enumerating results.
If no value is provided, the listing of results starts from the beginning.
If no value is provided, the listing of results starts from the beginning.
public final String maxResults()
The maximum number of CIDR collection locations to return in the response.
public ListCidrLocationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListCidrLocationsRequest.Builder,ListCidrLocationsRequest>toBuilder in class Route53Requestpublic static ListCidrLocationsRequest.Builder builder()
public static Class<? extends ListCidrLocationsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.