@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.
|
ModifyVpnTunnelOptionsSpecification |
getTunnelOptions()
The tunnel options to modify.
|
String |
getVpnConnectionId()
The ID of the AWS Site-to-Site VPN connection.
|
String |
getVpnTunnelOutsideIpAddress()
The external IP address of the VPN tunnel.
|
int |
hashCode() |
void |
setTunnelOptions(ModifyVpnTunnelOptionsSpecification tunnelOptions)
The tunnel options to modify.
|
void |
setVpnConnectionId(String vpnConnectionId)
The ID of the AWS 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 |
withTunnelOptions(ModifyVpnTunnelOptionsSpecification tunnelOptions)
The tunnel options to modify.
|
ModifyVpnTunnelOptionsRequest |
withVpnConnectionId(String vpnConnectionId)
The ID of the AWS 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 AWS Site-to-Site VPN connection.
vpnConnectionId
- The ID of the AWS Site-to-Site VPN connection.public String getVpnConnectionId()
The ID of the AWS Site-to-Site VPN connection.
public ModifyVpnTunnelOptionsRequest withVpnConnectionId(String vpnConnectionId)
The ID of the AWS Site-to-Site VPN connection.
vpnConnectionId
- The ID of the AWS 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 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()