@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVpcEndpointAccessRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListVpcEndpointAccessRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListVpcEndpointAccessRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The name of the OpenSearch Service domain to retrieve access information for.
|
String |
getNextToken()
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. |
int |
hashCode() |
void |
setDomainName(String domainName)
The name of the OpenSearch Service domain to retrieve access information for.
|
void |
setNextToken(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. |
String |
toString()
Returns a string representation of this object.
|
ListVpcEndpointAccessRequest |
withDomainName(String domainName)
The name of the OpenSearch Service domain to retrieve access information for.
|
ListVpcEndpointAccessRequest |
withNextToken(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. |
addHandlerContext, 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 setDomainName(String domainName)
The name of the OpenSearch Service domain to retrieve access information for.
domainName - The name of the OpenSearch Service domain to retrieve access information for.public String getDomainName()
The name of the OpenSearch Service domain to retrieve access information for.
public ListVpcEndpointAccessRequest withDomainName(String domainName)
The name of the OpenSearch Service domain to retrieve access information for.
domainName - The name of the OpenSearch Service domain to retrieve access information for.public void setNextToken(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.
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.public String getNextToken()
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 withNextToken(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.
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.public String toString()
toString in class ObjectObject.toString()public ListVpcEndpointAccessRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()