Class ListedBridge
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconnect.model.ListedBridge
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListedBridge.Builder,ListedBridge>
@Generated("software.amazon.awssdk:codegen") public final class ListedBridge extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListedBridge.Builder,ListedBridge>
Displays details of the selected bridge.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListedBridge.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbridgeArn()The ARN of the bridge.BridgeStatebridgeState()Returns the value of the BridgeState property for this object.StringbridgeStateAsString()Returns the value of the BridgeState property for this object.StringbridgeType()The type of the bridge.static ListedBridge.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the bridge.StringplacementArn()The ARN of the gateway associated with the bridge.List<SdkField<?>>sdkFields()static Class<? extends ListedBridge.Builder>serializableBuilderClass()ListedBridge.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
-
bridgeArn
public final String bridgeArn()
The ARN of the bridge.- Returns:
- The ARN of the bridge.
-
bridgeState
public final BridgeState bridgeState()
Returns the value of the BridgeState property for this object.If the service returns an enum value that is not available in the current SDK version,
bridgeStatewill returnBridgeState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombridgeStateAsString().- Returns:
- The value of the BridgeState property for this object.
- See Also:
BridgeState
-
bridgeStateAsString
public final String bridgeStateAsString()
Returns the value of the BridgeState property for this object.If the service returns an enum value that is not available in the current SDK version,
bridgeStatewill returnBridgeState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombridgeStateAsString().- Returns:
- The value of the BridgeState property for this object.
- See Also:
BridgeState
-
bridgeType
public final String bridgeType()
The type of the bridge.- Returns:
- The type of the bridge.
-
name
public final String name()
The name of the bridge.- Returns:
- The name of the bridge.
-
placementArn
public final String placementArn()
The ARN of the gateway associated with the bridge.- Returns:
- The ARN of the gateway associated with the bridge.
-
toBuilder
public ListedBridge.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListedBridge.Builder,ListedBridge>
-
builder
public static ListedBridge.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListedBridge.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.
-
-