@Generated(value="software.amazon.awssdk:codegen") public final class ListVpcEndpointsRequest extends OpenSearchServerlessRequest implements ToCopyableBuilder<ListVpcEndpointsRequest.Builder,ListVpcEndpointsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListVpcEndpointsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListVpcEndpointsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
An optional parameter that specifies the maximum number of results to return.
|
String |
nextToken()
If your initial
ListVpcEndpoints operation returns a nextToken, you can include the
returned nextToken in subsequent ListVpcEndpoints operations, which returns results in
the next page. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListVpcEndpointsRequest.Builder> |
serializableBuilderClass() |
ListVpcEndpointsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VpcEndpointFilters |
vpcEndpointFilters()
Filter the results according to the current status of the VPC endpoint.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results. The default is 20.
nextToken to get the next page of results. The default is 20.public final String nextToken()
If your initial ListVpcEndpoints operation returns a nextToken, you can include the
returned nextToken in subsequent ListVpcEndpoints operations, which returns results in
the next page.
ListVpcEndpoints operation returns a nextToken, you can include
the returned nextToken in subsequent ListVpcEndpoints operations, which returns
results in the next page.public final VpcEndpointFilters vpcEndpointFilters()
Filter the results according to the current status of the VPC endpoint. Possible statuses are
CREATING, DELETING, UPDATING, ACTIVE, and FAILED
.
CREATING, DELETING, UPDATING, ACTIVE, and
FAILED.public ListVpcEndpointsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListVpcEndpointsRequest.Builder,ListVpcEndpointsRequest>toBuilder in class OpenSearchServerlessRequestpublic static ListVpcEndpointsRequest.Builder builder()
public static Class<? extends ListVpcEndpointsRequest.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.