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