@Generated(value="software.amazon.awssdk:codegen") public final class ListCidrCollectionsRequest extends Route53Request implements ToCopyableBuilder<ListCidrCollectionsRequest.Builder,ListCidrCollectionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListCidrCollectionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListCidrCollectionsRequest.Builder |
builder() |
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 collections 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 ListCidrCollectionsRequest.Builder> |
serializableBuilderClass() |
ListCidrCollectionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 collections to return in the response.
public ListCidrCollectionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListCidrCollectionsRequest.Builder,ListCidrCollectionsRequest>toBuilder in class Route53Requestpublic static ListCidrCollectionsRequest.Builder builder()
public static Class<? extends ListCidrCollectionsRequest.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.