@Generated(value="software.amazon.awssdk:codegen") public final class ListVpcEndpointAccessRequest extends OpenSearchRequest implements ToCopyableBuilder<ListVpcEndpointAccessRequest.Builder,ListVpcEndpointAccessRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListVpcEndpointAccessRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListVpcEndpointAccessRequest.Builder |
builder() |
String |
domainName()
The name of the OpenSearch Service domain to retrieve access information for.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
If your initial
ListVpcEndpointAccess operation returns a nextToken, you can include
the returned nextToken in subsequent ListVpcEndpointAccess operations, which returns
results in the next page. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListVpcEndpointAccessRequest.Builder> |
serializableBuilderClass() |
ListVpcEndpointAccessRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
The name of the OpenSearch Service domain to retrieve access information for.
public final String nextToken()
If your initial ListVpcEndpointAccess operation returns a nextToken, you can include
the returned nextToken in subsequent ListVpcEndpointAccess operations, which returns
results in the next page.
ListVpcEndpointAccess operation returns a nextToken, you can
include the returned nextToken in subsequent ListVpcEndpointAccess operations,
which returns results in the next page.public ListVpcEndpointAccessRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListVpcEndpointAccessRequest.Builder,ListVpcEndpointAccessRequest>toBuilder in class OpenSearchRequestpublic static ListVpcEndpointAccessRequest.Builder builder()
public static Class<? extends ListVpcEndpointAccessRequest.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 © 2022. All rights reserved.