@Generated(value="software.amazon.awssdk:codegen") public final class GetVpnTunnelReplacementStatusResponse extends Ec2Response implements ToCopyableBuilder<GetVpnTunnelReplacementStatusResponse.Builder,GetVpnTunnelReplacementStatusResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetVpnTunnelReplacementStatusResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetVpnTunnelReplacementStatusResponse.Builder |
builder() |
String |
customerGatewayId()
The ID of the customer gateway.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MaintenanceDetails |
maintenanceDetails()
Get details of pending tunnel endpoint maintenance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetVpnTunnelReplacementStatusResponse.Builder> |
serializableBuilderClass() |
GetVpnTunnelReplacementStatusResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transitGatewayId()
The ID of the transit gateway associated with the VPN connection.
|
String |
vpnConnectionId()
The ID of the Site-to-Site VPN connection.
|
String |
vpnGatewayId()
The ID of the virtual private gateway.
|
String |
vpnTunnelOutsideIpAddress()
The external IP address of the VPN tunnel.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String vpnConnectionId()
The ID of the Site-to-Site VPN connection.
public final String transitGatewayId()
The ID of the transit gateway associated with the VPN connection.
public final String customerGatewayId()
The ID of the customer gateway.
public final String vpnGatewayId()
The ID of the virtual private gateway.
public final String vpnTunnelOutsideIpAddress()
The external IP address of the VPN tunnel.
public final MaintenanceDetails maintenanceDetails()
Get details of pending tunnel endpoint maintenance.
public GetVpnTunnelReplacementStatusResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetVpnTunnelReplacementStatusResponse.Builder,GetVpnTunnelReplacementStatusResponse>toBuilder in class AwsResponsepublic static GetVpnTunnelReplacementStatusResponse.Builder builder()
public static Class<? extends GetVpnTunnelReplacementStatusResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.