@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVpnGatewayRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteVpnGatewayRequest>
Contains the parameters for DeleteVpnGateway.
NOOP
Constructor and Description |
---|
DeleteVpnGatewayRequest()
Default constructor for DeleteVpnGatewayRequest object.
|
DeleteVpnGatewayRequest(String vpnGatewayId)
Constructs a new DeleteVpnGatewayRequest object.
|
Modifier and Type | Method and Description |
---|---|
DeleteVpnGatewayRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DeleteVpnGatewayRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getVpnGatewayId()
The ID of the virtual private gateway.
|
int |
hashCode() |
void |
setVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVpnGatewayRequest |
withVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
|
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 DeleteVpnGatewayRequest()
public DeleteVpnGatewayRequest(String vpnGatewayId)
vpnGatewayId
- The ID of the virtual private gateway.public void setVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
vpnGatewayId
- The ID of the virtual private gateway.public String getVpnGatewayId()
The ID of the virtual private gateway.
public DeleteVpnGatewayRequest withVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
vpnGatewayId
- The ID of the virtual private gateway.public Request<DeleteVpnGatewayRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteVpnGatewayRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteVpnGatewayRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()