Class ListedGateway
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconnect.model.ListedGateway
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListedGateway.Builder,ListedGateway>
@Generated("software.amazon.awssdk:codegen") public final class ListedGateway extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListedGateway.Builder,ListedGateway>
Provides a summary of a gateway, including its name, ARN, and status.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListedGateway.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListedGateway.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringgatewayArn()The Amazon Resource Name (ARN) of the gateway.GatewayStategatewayState()Returns the value of the GatewayState property for this object.StringgatewayStateAsString()Returns the value of the GatewayState property for this object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the gateway.List<SdkField<?>>sdkFields()static Class<? extends ListedGateway.Builder>serializableBuilderClass()ListedGateway.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.
-
gatewayState
public final GatewayState gatewayState()
Returns the value of the GatewayState property for this object.If the service returns an enum value that is not available in the current SDK version,
gatewayStatewill returnGatewayState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgatewayStateAsString().- Returns:
- The value of the GatewayState property for this object.
- See Also:
GatewayState
-
gatewayStateAsString
public final String gatewayStateAsString()
Returns the value of the GatewayState property for this object.If the service returns an enum value that is not available in the current SDK version,
gatewayStatewill returnGatewayState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgatewayStateAsString().- Returns:
- The value of the GatewayState property for this object.
- See Also:
GatewayState
-
name
public final String name()
The name of the gateway.- Returns:
- The name of the gateway.
-
toBuilder
public ListedGateway.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListedGateway.Builder,ListedGateway>
-
builder
public static ListedGateway.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListedGateway.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.
-
-