@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyVpnConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ModifyVpnConnectionRequest>
NOOP
Constructor and Description |
---|
ModifyVpnConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyVpnConnectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<ModifyVpnConnectionRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getTransitGatewayId()
The ID of the transit gateway.
|
String |
getVpnConnectionId()
The ID of the VPN connection.
|
String |
getVpnGatewayId()
The ID of the virtual private gateway at the AWS side of the VPN connection.
|
int |
hashCode() |
void |
setTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
void |
setVpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
|
void |
setVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway at the AWS side of the VPN connection.
|
String |
toString()
Returns a string representation of this object.
|
ModifyVpnConnectionRequest |
withTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
ModifyVpnConnectionRequest |
withVpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
|
ModifyVpnConnectionRequest |
withVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway at the AWS side of the VPN connection.
|
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 setVpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
vpnConnectionId
- The ID of the VPN connection.public String getVpnConnectionId()
The ID of the VPN connection.
public ModifyVpnConnectionRequest withVpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
vpnConnectionId
- The ID of the VPN connection.public void setTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
transitGatewayId
- The ID of the transit gateway.public String getTransitGatewayId()
The ID of the transit gateway.
public ModifyVpnConnectionRequest withTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
transitGatewayId
- The ID of the transit gateway.public void setVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway at the AWS side of the VPN connection.
vpnGatewayId
- The ID of the virtual private gateway at the AWS side of the VPN connection.public String getVpnGatewayId()
The ID of the virtual private gateway at the AWS side of the VPN connection.
public ModifyVpnConnectionRequest withVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway at the AWS side of the VPN connection.
vpnGatewayId
- The ID of the virtual private gateway at the AWS side of the VPN connection.public Request<ModifyVpnConnectionRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ModifyVpnConnectionRequest>
public String toString()
toString
in class Object
Object.toString()
public ModifyVpnConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.