Class ListedGatewayInstance
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconnect.model.ListedGatewayInstance
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListedGatewayInstance.Builder,ListedGatewayInstance>
@Generated("software.amazon.awssdk:codegen") public final class ListedGatewayInstance extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListedGatewayInstance.Builder,ListedGatewayInstance>
Provides a summary of an instance.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListedGatewayInstance.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListedGatewayInstance.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringgatewayArn()The Amazon Resource Name (ARN) of the gateway.StringgatewayInstanceArn()The Amazon Resource Name (ARN) of the instance.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinstanceId()The managed instance ID generated by the SSM install.InstanceStateinstanceState()The status of the instance.StringinstanceStateAsString()The status of the instance.List<SdkField<?>>sdkFields()static Class<? extends ListedGatewayInstance.Builder>serializableBuilderClass()ListedGatewayInstance.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
gatewayArn
public final String gatewayArn()
The Amazon Resource Name (ARN) of the gateway.- Returns:
- The Amazon Resource Name (ARN) of the gateway.
-
gatewayInstanceArn
public final String gatewayInstanceArn()
The Amazon Resource Name (ARN) of the instance.- Returns:
- The Amazon Resource Name (ARN) of the instance.
-
instanceId
public final String instanceId()
The managed instance ID generated by the SSM install. This will begin with "mi-".- Returns:
- The managed instance ID generated by the SSM install. This will begin with "mi-".
-
instanceState
public final InstanceState instanceState()
The status of the instance.If the service returns an enum value that is not available in the current SDK version,
instanceStatewill returnInstanceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceStateAsString().- Returns:
- The status of the instance.
- See Also:
InstanceState
-
instanceStateAsString
public final String instanceStateAsString()
The status of the instance.If the service returns an enum value that is not available in the current SDK version,
instanceStatewill returnInstanceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceStateAsString().- Returns:
- The status of the instance.
- See Also:
InstanceState
-
toBuilder
public ListedGatewayInstance.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListedGatewayInstance.Builder,ListedGatewayInstance>
-
builder
public static ListedGatewayInstance.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListedGatewayInstance.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-