@Generated(value="software.amazon.awssdk:codegen") public final class ListVpcEndpointAccessRequest extends ElasticsearchRequest implements ToCopyableBuilder<ListVpcEndpointAccessRequest.Builder,ListVpcEndpointAccessRequest>
Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint
| 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()
Provides an identifier to allow retrieval of paginated results.
|
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()
Provides an identifier to allow retrieval of paginated results.
public ListVpcEndpointAccessRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListVpcEndpointAccessRequest.Builder,ListVpcEndpointAccessRequest>toBuilder in class ElasticsearchRequestpublic 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 © 2023. All rights reserved.