@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) |
String |
getCustomerGatewayId()
The ID of the customer gateway at your end of the VPN connection.
|
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 Amazon Web Services side of the VPN connection.
|
int |
hashCode() |
void |
setCustomerGatewayId(String customerGatewayId)
The ID of the customer gateway at your end of the VPN connection.
|
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 Amazon Web Services side of the VPN connection.
|
String |
toString()
Returns a string representation of this object.
|
ModifyVpnConnectionRequest |
withCustomerGatewayId(String customerGatewayId)
The ID of the customer gateway at your end of the VPN connection.
|
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 Amazon Web Services 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 setCustomerGatewayId(String customerGatewayId)
The ID of the customer gateway at your end of the VPN connection.
customerGatewayId
- The ID of the customer gateway at your end of the VPN connection.public String getCustomerGatewayId()
The ID of the customer gateway at your end of the VPN connection.
public ModifyVpnConnectionRequest withCustomerGatewayId(String customerGatewayId)
The ID of the customer gateway at your end of the VPN connection.
customerGatewayId
- The ID of the customer gateway at your end of the VPN connection.public void setVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.
vpnGatewayId
- The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.public String getVpnGatewayId()
The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.
public ModifyVpnConnectionRequest withVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.
vpnGatewayId
- The ID of the virtual private gateway at the Amazon Web Services 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()