@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEndpointAccessRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateEndpointAccessRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateEndpointAccessRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEndpointName()
The name of the VPC endpoint to update.
|
List<String> |
getVpcSecurityGroupIds()
The list of VPC security groups associated with the endpoint after the endpoint is modified.
|
int |
hashCode() |
void |
setEndpointName(String endpointName)
The name of the VPC endpoint to update.
|
void |
setVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
The list of VPC security groups associated with the endpoint after the endpoint is modified.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEndpointAccessRequest |
withEndpointName(String endpointName)
The name of the VPC endpoint to update.
|
UpdateEndpointAccessRequest |
withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
The list of VPC security groups associated with the endpoint after the endpoint is modified.
|
UpdateEndpointAccessRequest |
withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
The list of VPC security groups associated with the endpoint after the endpoint is modified.
|
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 setEndpointName(String endpointName)
The name of the VPC endpoint to update.
endpointName
- The name of the VPC endpoint to update.public String getEndpointName()
The name of the VPC endpoint to update.
public UpdateEndpointAccessRequest withEndpointName(String endpointName)
The name of the VPC endpoint to update.
endpointName
- The name of the VPC endpoint to update.public List<String> getVpcSecurityGroupIds()
The list of VPC security groups associated with the endpoint after the endpoint is modified.
public void setVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
The list of VPC security groups associated with the endpoint after the endpoint is modified.
vpcSecurityGroupIds
- The list of VPC security groups associated with the endpoint after the endpoint is modified.public UpdateEndpointAccessRequest withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
The list of VPC security groups associated with the endpoint after the endpoint is modified.
NOTE: This method appends the values to the existing list (if any). Use
setVpcSecurityGroupIds(java.util.Collection)
or withVpcSecurityGroupIds(java.util.Collection)
if you want to override the existing values.
vpcSecurityGroupIds
- The list of VPC security groups associated with the endpoint after the endpoint is modified.public UpdateEndpointAccessRequest withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
The list of VPC security groups associated with the endpoint after the endpoint is modified.
vpcSecurityGroupIds
- The list of VPC security groups associated with the endpoint after the endpoint is modified.public String toString()
toString
in class Object
Object.toString()
public UpdateEndpointAccessRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()