@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetVpnTunnelReplacementStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<GetVpnTunnelReplacementStatusRequest>
NOOP
Constructor and Description |
---|
GetVpnTunnelReplacementStatusRequest() |
Modifier and Type | Method and Description |
---|---|
GetVpnTunnelReplacementStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<GetVpnTunnelReplacementStatusRequest> |
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() |
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.
|
GetVpnTunnelReplacementStatusRequest |
withVpnConnectionId(String vpnConnectionId)
The ID of the Site-to-Site VPN connection.
|
GetVpnTunnelReplacementStatusRequest |
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 GetVpnTunnelReplacementStatusRequest()
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 GetVpnTunnelReplacementStatusRequest 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 GetVpnTunnelReplacementStatusRequest withVpnTunnelOutsideIpAddress(String vpnTunnelOutsideIpAddress)
The external IP address of the VPN tunnel.
vpnTunnelOutsideIpAddress
- The external IP address of the VPN tunnel.public Request<GetVpnTunnelReplacementStatusRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<GetVpnTunnelReplacementStatusRequest>
public String toString()
toString
in class Object
Object.toString()
public GetVpnTunnelReplacementStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()