@Generated(value="software.amazon.awssdk:codegen") public final class ListEndpointAccessRequest extends RedshiftServerlessRequest implements ToCopyableBuilder<ListEndpointAccessRequest.Builder,ListEndpointAccessRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListEndpointAccessRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListEndpointAccessRequest.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
ListEndpointAccess operation returns a nextToken, you can include the
returned nextToken in subsequent ListEndpointAccess operations, which returns results
in the next page. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListEndpointAccessRequest.Builder> |
serializableBuilderClass() |
ListEndpointAccessRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.
|
String |
workgroupName()
The name of the workgroup associated with the VPC endpoint to return.
|
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.
nextToken to get the next page of results.public final String nextToken()
If your initial ListEndpointAccess operation returns a nextToken, you can include the
returned nextToken in subsequent ListEndpointAccess operations, which returns results
in the next page.
ListEndpointAccess operation returns a nextToken, you can
include the returned nextToken in subsequent ListEndpointAccess operations,
which returns results in the next page.public final String vpcId()
The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.
public final String workgroupName()
The name of the workgroup associated with the VPC endpoint to return.
public ListEndpointAccessRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListEndpointAccessRequest.Builder,ListEndpointAccessRequest>toBuilder in class RedshiftServerlessRequestpublic static ListEndpointAccessRequest.Builder builder()
public static Class<? extends ListEndpointAccessRequest.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.