@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetVpnTunnelReplacementStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetVpnTunnelReplacementStatusResult() |
Modifier and Type | Method and Description |
---|---|
GetVpnTunnelReplacementStatusResult |
clone() |
boolean |
equals(Object obj) |
String |
getCustomerGatewayId()
The ID of the customer gateway.
|
MaintenanceDetails |
getMaintenanceDetails()
Get details of pending tunnel endpoint maintenance.
|
String |
getTransitGatewayId()
The ID of the transit gateway associated with the VPN connection.
|
String |
getVpnConnectionId()
The ID of the Site-to-Site VPN connection.
|
String |
getVpnGatewayId()
The ID of the virtual private gateway.
|
String |
getVpnTunnelOutsideIpAddress()
The external IP address of the VPN tunnel.
|
int |
hashCode() |
void |
setCustomerGatewayId(String customerGatewayId)
The ID of the customer gateway.
|
void |
setMaintenanceDetails(MaintenanceDetails maintenanceDetails)
Get details of pending tunnel endpoint maintenance.
|
void |
setTransitGatewayId(String transitGatewayId)
The ID of the transit gateway associated with the VPN connection.
|
void |
setVpnConnectionId(String vpnConnectionId)
The ID of the Site-to-Site VPN connection.
|
void |
setVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
|
void |
setVpnTunnelOutsideIpAddress(String vpnTunnelOutsideIpAddress)
The external IP address of the VPN tunnel.
|
String |
toString()
Returns a string representation of this object.
|
GetVpnTunnelReplacementStatusResult |
withCustomerGatewayId(String customerGatewayId)
The ID of the customer gateway.
|
GetVpnTunnelReplacementStatusResult |
withMaintenanceDetails(MaintenanceDetails maintenanceDetails)
Get details of pending tunnel endpoint maintenance.
|
GetVpnTunnelReplacementStatusResult |
withTransitGatewayId(String transitGatewayId)
The ID of the transit gateway associated with the VPN connection.
|
GetVpnTunnelReplacementStatusResult |
withVpnConnectionId(String vpnConnectionId)
The ID of the Site-to-Site VPN connection.
|
GetVpnTunnelReplacementStatusResult |
withVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
|
GetVpnTunnelReplacementStatusResult |
withVpnTunnelOutsideIpAddress(String vpnTunnelOutsideIpAddress)
The external IP address of the VPN tunnel.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetVpnTunnelReplacementStatusResult withVpnConnectionId(String vpnConnectionId)
The ID of the Site-to-Site VPN connection.
vpnConnectionId
- The ID of the Site-to-Site VPN connection.public void setTransitGatewayId(String transitGatewayId)
The ID of the transit gateway associated with the VPN connection.
transitGatewayId
- The ID of the transit gateway associated with the VPN connection.public String getTransitGatewayId()
The ID of the transit gateway associated with the VPN connection.
public GetVpnTunnelReplacementStatusResult withTransitGatewayId(String transitGatewayId)
The ID of the transit gateway associated with the VPN connection.
transitGatewayId
- The ID of the transit gateway associated with the VPN connection.public void setCustomerGatewayId(String customerGatewayId)
The ID of the customer gateway.
customerGatewayId
- The ID of the customer gateway.public String getCustomerGatewayId()
The ID of the customer gateway.
public GetVpnTunnelReplacementStatusResult withCustomerGatewayId(String customerGatewayId)
The ID of the customer gateway.
customerGatewayId
- The ID of the customer gateway.public void setVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
vpnGatewayId
- The ID of the virtual private gateway.public String getVpnGatewayId()
The ID of the virtual private gateway.
public GetVpnTunnelReplacementStatusResult withVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
vpnGatewayId
- The ID of the virtual private gateway.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 GetVpnTunnelReplacementStatusResult withVpnTunnelOutsideIpAddress(String vpnTunnelOutsideIpAddress)
The external IP address of the VPN tunnel.
vpnTunnelOutsideIpAddress
- The external IP address of the VPN tunnel.public void setMaintenanceDetails(MaintenanceDetails maintenanceDetails)
Get details of pending tunnel endpoint maintenance.
maintenanceDetails
- Get details of pending tunnel endpoint maintenance.public MaintenanceDetails getMaintenanceDetails()
Get details of pending tunnel endpoint maintenance.
public GetVpnTunnelReplacementStatusResult withMaintenanceDetails(MaintenanceDetails maintenanceDetails)
Get details of pending tunnel endpoint maintenance.
maintenanceDetails
- Get details of pending tunnel endpoint maintenance.public String toString()
toString
in class Object
Object.toString()
public GetVpnTunnelReplacementStatusResult clone()