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