@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEndpointAccessRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListEndpointAccessRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEndpointAccessRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
An optional parameter that specifies the maximum number of results to return.
|
String |
getNextToken()
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. |
String |
getVpcId()
The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.
|
String |
getWorkgroupName()
The name of the workgroup associated with the VPC endpoint to return.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
void |
setNextToken(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. |
void |
setVpcId(String vpcId)
The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.
|
void |
setWorkgroupName(String workgroupName)
The name of the workgroup associated with the VPC endpoint to return.
|
String |
toString()
Returns a string representation of this object.
|
ListEndpointAccessRequest |
withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListEndpointAccessRequest |
withNextToken(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. |
ListEndpointAccessRequest |
withVpcId(String vpcId)
The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.
|
ListEndpointAccessRequest |
withWorkgroupName(String workgroupName)
The name of the workgroup associated with the VPC endpoint to return.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setMaxResults(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.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results.public Integer getMaxResults()
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 ListEndpointAccessRequest withMaxResults(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.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results.public void setNextToken(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.
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.public String getNextToken()
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 ListEndpointAccessRequest withNextToken(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.
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.public void setVpcId(String vpcId)
The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.
vpcId - The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.public String getVpcId()
The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.
public ListEndpointAccessRequest withVpcId(String vpcId)
The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.
vpcId - The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.public void setWorkgroupName(String workgroupName)
The name of the workgroup associated with the VPC endpoint to return.
workgroupName - The name of the workgroup associated with the VPC endpoint to return.public String getWorkgroupName()
The name of the workgroup associated with the VPC endpoint to return.
public ListEndpointAccessRequest withWorkgroupName(String workgroupName)
The name of the workgroup associated with the VPC endpoint to return.
workgroupName - The name of the workgroup associated with the VPC endpoint to return.public String toString()
toString in class ObjectObject.toString()public ListEndpointAccessRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.