Class Composition
- java.lang.Object
-
- software.amazon.awssdk.services.ivsrealtime.model.Composition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Composition.Builder,Composition>
@Generated("software.amazon.awssdk:codegen") public final class Composition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Composition.Builder,Composition>
Object specifying a Composition resource.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceComposition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()ARN of the Composition resource.static Composition.Builderbuilder()List<Destination>destinations()Array of Destination objects.InstantendTime()UTC time of the Composition end.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasDestinations()For responses, this returns true if the service returned a value for the Destinations property.inthashCode()booleanhasTags()For responses, this returns true if the service returned a value for the Tags property.LayoutConfigurationlayout()Layout object to configure composition parameters.List<SdkField<?>>sdkFields()static Class<? extends Composition.Builder>serializableBuilderClass()StringstageArn()ARN of the stage used as inputInstantstartTime()UTC time of the Composition start.CompositionStatestate()State of the Composition.StringstateAsString()State of the Composition.Map<String,String>tags()Tags attached to the resource.Composition.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
-
arn
public final String arn()
ARN of the Composition resource.
- Returns:
- ARN of the Composition resource.
-
hasDestinations
public final boolean hasDestinations()
For responses, this returns true if the service returned a value for the Destinations property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
destinations
public final List<Destination> destinations()
Array of Destination objects. A Composition can contain either one destination (
channelors3) or two (onechanneland ones3).Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasDestinations()method.- Returns:
- Array of Destination objects. A Composition can contain either one destination (
channelors3) or two (onechanneland ones3).
-
endTime
public final Instant endTime()
UTC time of the Composition end. This is an ISO 8601 timestamp; note that this is returned as a string.
- Returns:
- UTC time of the Composition end. This is an ISO 8601 timestamp; note that this is returned as a string.
-
layout
public final LayoutConfiguration layout()
Layout object to configure composition parameters.
- Returns:
- Layout object to configure composition parameters.
-
stageArn
public final String stageArn()
ARN of the stage used as input
- Returns:
- ARN of the stage used as input
-
startTime
public final Instant startTime()
UTC time of the Composition start. This is an ISO 8601 timestamp; note that this is returned as a string.
- Returns:
- UTC time of the Composition start. This is an ISO 8601 timestamp; note that this is returned as a string.
-
state
public final CompositionState state()
State of the Composition.
If the service returns an enum value that is not available in the current SDK version,
statewill returnCompositionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- State of the Composition.
- See Also:
CompositionState
-
stateAsString
public final String stateAsString()
State of the Composition.
If the service returns an enum value that is not available in the current SDK version,
statewill returnCompositionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- State of the Composition.
- See Also:
CompositionState
-
hasTags
public final boolean hasTags()
For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
tags
public final Map<String,String> tags()
Tags attached to the resource. Array of maps, each of the form
string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasTags()method.- Returns:
- Tags attached to the resource. Array of maps, each of the form
string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.
-
toBuilder
public Composition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Composition.Builder,Composition>
-
builder
public static Composition.Builder builder()
-
serializableBuilderClass
public static Class<? extends Composition.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.
-
-