@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RevokeVpcEndpointAccessRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.
NOOP
Constructor and Description |
---|
RevokeVpcEndpointAccessRequest() |
Modifier and Type | Method and Description |
---|---|
RevokeVpcEndpointAccessRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccount()
The account ID to revoke access from.
|
String |
getDomainName()
The name of the OpenSearch Service domain.
|
int |
hashCode() |
void |
setAccount(String account)
The account ID to revoke access from.
|
void |
setDomainName(String domainName)
The name of the OpenSearch Service domain.
|
String |
toString()
Returns a string representation of this object.
|
RevokeVpcEndpointAccessRequest |
withAccount(String account)
The account ID to revoke access from.
|
RevokeVpcEndpointAccessRequest |
withDomainName(String domainName)
The name of the OpenSearch Service domain.
|
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)
The name of the OpenSearch Service domain.
domainName
- The name of the OpenSearch Service domain.public String getDomainName()
The name of the OpenSearch Service domain.
public RevokeVpcEndpointAccessRequest withDomainName(String domainName)
The name of the OpenSearch Service domain.
domainName
- The name of the OpenSearch Service domain.public void setAccount(String account)
The account ID to revoke access from.
account
- The account ID to revoke access from.public String getAccount()
The account ID to revoke access from.
public RevokeVpcEndpointAccessRequest withAccount(String account)
The account ID to revoke access from.
account
- The account ID to revoke access from.public String toString()
toString
in class Object
Object.toString()
public RevokeVpcEndpointAccessRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()