@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVpcEndpointsForDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListVpcEndpointsForDomainRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListVpcEndpointsForDomainRequest |
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 domain to list associated VPC endpoints for.
|
String |
getNextToken()
If your initial
ListEndpointsForDomain operation returns a nextToken, you can include
the returned nextToken in subsequent ListEndpointsForDomain operations, which returns
results in the next page. |
int |
hashCode() |
void |
setDomainName(String domainName)
The name of the domain to list associated VPC endpoints for.
|
void |
setNextToken(String nextToken)
If your initial
ListEndpointsForDomain operation returns a nextToken, you can include
the returned nextToken in subsequent ListEndpointsForDomain operations, which returns
results in the next page. |
String |
toString()
Returns a string representation of this object.
|
ListVpcEndpointsForDomainRequest |
withDomainName(String domainName)
The name of the domain to list associated VPC endpoints for.
|
ListVpcEndpointsForDomainRequest |
withNextToken(String nextToken)
If your initial
ListEndpointsForDomain operation returns a nextToken, you can include
the returned nextToken in subsequent ListEndpointsForDomain 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 domain to list associated VPC endpoints for.
domainName - The name of the domain to list associated VPC endpoints for.public String getDomainName()
The name of the domain to list associated VPC endpoints for.
public ListVpcEndpointsForDomainRequest withDomainName(String domainName)
The name of the domain to list associated VPC endpoints for.
domainName - The name of the domain to list associated VPC endpoints for.public void setNextToken(String nextToken)
If your initial ListEndpointsForDomain operation returns a nextToken, you can include
the returned nextToken in subsequent ListEndpointsForDomain operations, which returns
results in the next page.
nextToken - If your initial ListEndpointsForDomain operation returns a nextToken, you can
include the returned nextToken in subsequent ListEndpointsForDomain operations,
which returns results in the next page.public String getNextToken()
If your initial ListEndpointsForDomain operation returns a nextToken, you can include
the returned nextToken in subsequent ListEndpointsForDomain operations, which returns
results in the next page.
ListEndpointsForDomain operation returns a nextToken, you can
include the returned nextToken in subsequent ListEndpointsForDomain operations,
which returns results in the next page.public ListVpcEndpointsForDomainRequest withNextToken(String nextToken)
If your initial ListEndpointsForDomain operation returns a nextToken, you can include
the returned nextToken in subsequent ListEndpointsForDomain operations, which returns
results in the next page.
nextToken - If your initial ListEndpointsForDomain operation returns a nextToken, you can
include the returned nextToken in subsequent ListEndpointsForDomain operations,
which returns results in the next page.public String toString()
toString in class ObjectObject.toString()public ListVpcEndpointsForDomainRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()