@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplaceVpnTunnelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ReplaceVpnTunnelRequest>
NOOP
Constructor and Description |
---|
ReplaceVpnTunnelRequest() |
Modifier and Type | Method and Description |
---|---|
ReplaceVpnTunnelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getApplyPendingMaintenance()
Trigger pending tunnel endpoint maintenance.
|
Request<ReplaceVpnTunnelRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getVpnConnectionId()
The ID of the Site-to-Site VPN connection.
|
String |
getVpnTunnelOutsideIpAddress()
The external IP address of the VPN tunnel.
|
int |
hashCode() |
Boolean |
isApplyPendingMaintenance()
Trigger pending tunnel endpoint maintenance.
|
void |
setApplyPendingMaintenance(Boolean applyPendingMaintenance)
Trigger pending tunnel endpoint maintenance.
|
void |
setVpnConnectionId(String vpnConnectionId)
The ID of the Site-to-Site VPN connection.
|
void |
setVpnTunnelOutsideIpAddress(String vpnTunnelOutsideIpAddress)
The external IP address of the VPN tunnel.
|
String |
toString()
Returns a string representation of this object.
|
ReplaceVpnTunnelRequest |
withApplyPendingMaintenance(Boolean applyPendingMaintenance)
Trigger pending tunnel endpoint maintenance.
|
ReplaceVpnTunnelRequest |
withVpnConnectionId(String vpnConnectionId)
The ID of the Site-to-Site VPN connection.
|
ReplaceVpnTunnelRequest |
withVpnTunnelOutsideIpAddress(String vpnTunnelOutsideIpAddress)
The external IP address of the VPN tunnel.
|
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 Site-to-Site VPN connection.
vpnConnectionId
- The ID of the Site-to-Site VPN connection.public String getVpnConnectionId()
The ID of the Site-to-Site VPN connection.
public ReplaceVpnTunnelRequest withVpnConnectionId(String vpnConnectionId)
The ID of the Site-to-Site VPN connection.
vpnConnectionId
- The ID of the Site-to-Site VPN connection.public void setVpnTunnelOutsideIpAddress(String vpnTunnelOutsideIpAddress)
The external IP address of the VPN tunnel.
vpnTunnelOutsideIpAddress
- The external IP address of the VPN tunnel.public String getVpnTunnelOutsideIpAddress()
The external IP address of the VPN tunnel.
public ReplaceVpnTunnelRequest withVpnTunnelOutsideIpAddress(String vpnTunnelOutsideIpAddress)
The external IP address of the VPN tunnel.
vpnTunnelOutsideIpAddress
- The external IP address of the VPN tunnel.public void setApplyPendingMaintenance(Boolean applyPendingMaintenance)
Trigger pending tunnel endpoint maintenance.
applyPendingMaintenance
- Trigger pending tunnel endpoint maintenance.public Boolean getApplyPendingMaintenance()
Trigger pending tunnel endpoint maintenance.
public ReplaceVpnTunnelRequest withApplyPendingMaintenance(Boolean applyPendingMaintenance)
Trigger pending tunnel endpoint maintenance.
applyPendingMaintenance
- Trigger pending tunnel endpoint maintenance.public Boolean isApplyPendingMaintenance()
Trigger pending tunnel endpoint maintenance.
public Request<ReplaceVpnTunnelRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ReplaceVpnTunnelRequest>
public String toString()
toString
in class Object
Object.toString()
public ReplaceVpnTunnelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()