@Generated(value="software.amazon.awssdk:codegen") public final class ListedGateway extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListedGateway.Builder,ListedGateway>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListedGateway.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListedGateway.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayArn()
The Amazon Resource Name (ARN) of the gateway.
|
GatewayState |
gatewayState()
Returns the value of the GatewayState property for this object.
|
String |
gatewayStateAsString()
Returns the value of the GatewayState property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the gateway.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListedGateway.Builder> |
serializableBuilderClass() |
ListedGateway.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gatewayArn()
public final GatewayState gatewayState()
If the service returns an enum value that is not available in the current SDK version, gatewayState will
return GatewayState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
gatewayStateAsString().
GatewayStatepublic final String gatewayStateAsString()
If the service returns an enum value that is not available in the current SDK version, gatewayState will
return GatewayState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
gatewayStateAsString().
GatewayStatepublic final String name()
public ListedGateway.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListedGateway.Builder,ListedGateway>public static ListedGateway.Builder builder()
public static Class<? extends ListedGateway.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.