@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVpcEndpointsForDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for request parameters to the ListVpcEndpointsForDomain
operation. Specifies the domain
whose VPC endpoints will be listed.
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()
Name of the ElasticSearch domain whose VPC endpoints are to be listed.
|
String |
getNextToken()
Provides an identifier to allow retrieval of paginated results.
|
int |
hashCode() |
void |
setDomainName(String domainName)
Name of the ElasticSearch domain whose VPC endpoints are to be listed.
|
void |
setNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
|
String |
toString()
Returns a string representation of this object.
|
ListVpcEndpointsForDomainRequest |
withDomainName(String domainName)
Name of the ElasticSearch domain whose VPC endpoints are to be listed.
|
ListVpcEndpointsForDomainRequest |
withNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
|
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, withSdkRequestTimeout
public void setDomainName(String domainName)
Name of the ElasticSearch domain whose VPC endpoints are to be listed.
domainName
- Name of the ElasticSearch domain whose VPC endpoints are to be listed.public String getDomainName()
Name of the ElasticSearch domain whose VPC endpoints are to be listed.
public ListVpcEndpointsForDomainRequest withDomainName(String domainName)
Name of the ElasticSearch domain whose VPC endpoints are to be listed.
domainName
- Name of the ElasticSearch domain whose VPC endpoints are to be listed.public void setNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
nextToken
- Provides an identifier to allow retrieval of paginated results.public String getNextToken()
Provides an identifier to allow retrieval of paginated results.
public ListVpcEndpointsForDomainRequest withNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
nextToken
- Provides an identifier to allow retrieval of paginated results.public String toString()
toString
in class Object
Object.toString()
public ListVpcEndpointsForDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()