Class BridgeFlowOutput
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconnect.model.BridgeFlowOutput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BridgeFlowOutput.Builder,BridgeFlowOutput>
@Generated("software.amazon.awssdk:codegen") public final class BridgeFlowOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BridgeFlowOutput.Builder,BridgeFlowOutput>
The output of the bridge. A flow output is delivered to the AWS cloud.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBridgeFlowOutput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BridgeFlowOutput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringflowArn()The Amazon Resource Number (ARN) of the cloud flow.StringflowSourceArn()The Amazon Resource Number (ARN) of the flow source.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the bridge's output.List<SdkField<?>>sdkFields()static Class<? extends BridgeFlowOutput.Builder>serializableBuilderClass()BridgeFlowOutput.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
-
flowArn
public final String flowArn()
The Amazon Resource Number (ARN) of the cloud flow.- Returns:
- The Amazon Resource Number (ARN) of the cloud flow.
-
flowSourceArn
public final String flowSourceArn()
The Amazon Resource Number (ARN) of the flow source.- Returns:
- The Amazon Resource Number (ARN) of the flow source.
-
name
public final String name()
The name of the bridge's output.- Returns:
- The name of the bridge's output.
-
toBuilder
public BridgeFlowOutput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BridgeFlowOutput.Builder,BridgeFlowOutput>
-
builder
public static BridgeFlowOutput.Builder builder()
-
serializableBuilderClass
public static Class<? extends BridgeFlowOutput.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.
-
-