@Generated(value="software.amazon.awssdk:codegen") public final class Gateway extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Gateway.Builder,Gateway>
A gateway is an Backup Gateway appliance that runs on the customer's network to provide seamless connectivity to backup storage in the Amazon Web Services Cloud.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Gateway.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Gateway.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayArn()
The Amazon Resource Name (ARN) of the gateway.
|
String |
gatewayDisplayName()
The display name of the gateway.
|
GatewayType |
gatewayType()
The type of the gateway.
|
String |
gatewayTypeAsString()
The type of the gateway.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hypervisorId()
The hypervisor ID of the gateway.
|
Instant |
lastSeenTime()
The last time Backup gateway communicated with the gateway, in Unix format and UTC time.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Gateway.Builder> |
serializableBuilderClass() |
Gateway.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gatewayArn()
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of
gateways for your account and Amazon Web Services Region.
ListGateways operation to return a
list of gateways for your account and Amazon Web Services Region.public final String gatewayDisplayName()
The display name of the gateway.
public final GatewayType gatewayType()
The type of the gateway.
If the service returns an enum value that is not available in the current SDK version, gatewayType will
return GatewayType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
gatewayTypeAsString().
GatewayTypepublic final String gatewayTypeAsString()
The type of the gateway.
If the service returns an enum value that is not available in the current SDK version, gatewayType will
return GatewayType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
gatewayTypeAsString().
GatewayTypepublic final String hypervisorId()
The hypervisor ID of the gateway.
public final Instant lastSeenTime()
The last time Backup gateway communicated with the gateway, in Unix format and UTC time.
public Gateway.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Gateway.Builder,Gateway>public static Gateway.Builder builder()
public static Class<? extends Gateway.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.