Class FunctionRef
java.lang.Object
software.amazon.awssdk.services.mediatailor.model.FunctionRef
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FunctionRef.Builder,FunctionRef>
@Generated("software.amazon.awssdk:codegen")
public final class FunctionRef
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<FunctionRef.Builder,FunctionRef>
A reference to a child function within a SEQUENTIAL_EXECUTOR function.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic FunctionRef.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe identifier of the child function to execute in this step.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringAn optional expression that evaluates to a boolean.static Class<? extends FunctionRef.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
runCondition
An optional expression that evaluates to a boolean. MediaTailor evaluates this expression immediately before running the step, using the accumulated state at that point in the sequence. If the expression evaluates to
false, MediaTailor skips the step and moves to the next one. If omitted, the step always runs.- Returns:
- An optional expression that evaluates to a boolean. MediaTailor evaluates this expression immediately
before running the step, using the accumulated state at that point in the sequence. If the expression
evaluates to
false, MediaTailor skips the step and moves to the next one. If omitted, the step always runs.
-
functionId
The identifier of the child function to execute in this step.
- Returns:
- The identifier of the child function to execute in this step.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<FunctionRef.Builder,FunctionRef> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-