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