@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyVpnTunnelOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ModifyVpnTunnelOptionsRequest>
NOOP
Constructor and Description |
---|
ModifyVpnTunnelOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyVpnTunnelOptionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<ModifyVpnTunnelOptionsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
Boolean |
getSkipTunnelReplacement()
Choose whether or not to trigger immediate tunnel replacement.
|
ModifyVpnTunnelOptionsSpecification |
getTunnelOptions()
The tunnel options to modify.
|
String |
getVpnConnectionId()
The ID of the Amazon Web Services Site-to-Site VPN connection.
|
String |
getVpnTunnelOutsideIpAddress()
The external IP address of the VPN tunnel.
|
int |
hashCode() |
Boolean |
isSkipTunnelReplacement()
Choose whether or not to trigger immediate tunnel replacement.
|
void |
setSkipTunnelReplacement(Boolean skipTunnelReplacement)
Choose whether or not to trigger immediate tunnel replacement.
|
void |
setTunnelOptions(ModifyVpnTunnelOptionsSpecification tunnelOptions)
The tunnel options to modify.
|
void |
setVpnConnectionId(String vpnConnectionId)
The ID of the Amazon Web Services 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.
|
ModifyVpnTunnelOptionsRequest |
withSkipTunnelReplacement(Boolean skipTunnelReplacement)
Choose whether or not to trigger immediate tunnel replacement.
|
ModifyVpnTunnelOptionsRequest |
withTunnelOptions(ModifyVpnTunnelOptionsSpecification tunnelOptions)
The tunnel options to modify.
|
ModifyVpnTunnelOptionsRequest |
withVpnConnectionId(String vpnConnectionId)
The ID of the Amazon Web Services Site-to-Site VPN connection.
|
ModifyVpnTunnelOptionsRequest |
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 Amazon Web Services Site-to-Site VPN connection.
vpnConnectionId
- The ID of the Amazon Web Services Site-to-Site VPN connection.public String getVpnConnectionId()
The ID of the Amazon Web Services Site-to-Site VPN connection.
public ModifyVpnTunnelOptionsRequest withVpnConnectionId(String vpnConnectionId)
The ID of the Amazon Web Services Site-to-Site VPN connection.
vpnConnectionId
- The ID of the Amazon Web Services 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 ModifyVpnTunnelOptionsRequest withVpnTunnelOutsideIpAddress(String vpnTunnelOutsideIpAddress)
The external IP address of the VPN tunnel.
vpnTunnelOutsideIpAddress
- The external IP address of the VPN tunnel.public void setTunnelOptions(ModifyVpnTunnelOptionsSpecification tunnelOptions)
The tunnel options to modify.
tunnelOptions
- The tunnel options to modify.public ModifyVpnTunnelOptionsSpecification getTunnelOptions()
The tunnel options to modify.
public ModifyVpnTunnelOptionsRequest withTunnelOptions(ModifyVpnTunnelOptionsSpecification tunnelOptions)
The tunnel options to modify.
tunnelOptions
- The tunnel options to modify.public void setSkipTunnelReplacement(Boolean skipTunnelReplacement)
Choose whether or not to trigger immediate tunnel replacement. This is only applicable when turning on or off
EnableTunnelLifecycleControl
.
Valid values: True
| False
skipTunnelReplacement
- Choose whether or not to trigger immediate tunnel replacement. This is only applicable when turning on or
off EnableTunnelLifecycleControl
.
Valid values: True
| False
public Boolean getSkipTunnelReplacement()
Choose whether or not to trigger immediate tunnel replacement. This is only applicable when turning on or off
EnableTunnelLifecycleControl
.
Valid values: True
| False
EnableTunnelLifecycleControl
.
Valid values: True
| False
public ModifyVpnTunnelOptionsRequest withSkipTunnelReplacement(Boolean skipTunnelReplacement)
Choose whether or not to trigger immediate tunnel replacement. This is only applicable when turning on or off
EnableTunnelLifecycleControl
.
Valid values: True
| False
skipTunnelReplacement
- Choose whether or not to trigger immediate tunnel replacement. This is only applicable when turning on or
off EnableTunnelLifecycleControl
.
Valid values: True
| False
public Boolean isSkipTunnelReplacement()
Choose whether or not to trigger immediate tunnel replacement. This is only applicable when turning on or off
EnableTunnelLifecycleControl
.
Valid values: True
| False
EnableTunnelLifecycleControl
.
Valid values: True
| False
public Request<ModifyVpnTunnelOptionsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ModifyVpnTunnelOptionsRequest>
public String toString()
toString
in class Object
Object.toString()
public ModifyVpnTunnelOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()