Class DestinationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.ivsrealtime.model.DestinationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DestinationSummary.Builder,DestinationSummary>
@Generated("software.amazon.awssdk:codegen") public final class DestinationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DestinationSummary.Builder,DestinationSummary>
Summary information about a Destination.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDestinationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DestinationSummary.Builderbuilder()InstantendTime()UTC time of the destination end.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()Unique identifier for this destination, assigned by IVS.List<SdkField<?>>sdkFields()static Class<? extends DestinationSummary.Builder>serializableBuilderClass()InstantstartTime()UTC time of the destination start.DestinationStatestate()State of the Composition Destination.StringstateAsString()State of the Composition Destination.DestinationSummary.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
-
endTime
public final Instant endTime()
UTC time of the destination end. This is an ISO 8601 timestamp; note that this is returned as a string.
- Returns:
- UTC time of the destination end. This is an ISO 8601 timestamp; note that this is returned as a string.
-
id
public final String id()
Unique identifier for this destination, assigned by IVS.
- Returns:
- Unique identifier for this destination, assigned by IVS.
-
startTime
public final Instant startTime()
UTC time of the destination start. This is an ISO 8601 timestamp; note that this is returned as a string.
- Returns:
- UTC time of the destination start. This is an ISO 8601 timestamp; note that this is returned as a string.
-
state
public final DestinationState state()
State of the Composition Destination.
If the service returns an enum value that is not available in the current SDK version,
statewill returnDestinationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- State of the Composition Destination.
- See Also:
DestinationState
-
stateAsString
public final String stateAsString()
State of the Composition Destination.
If the service returns an enum value that is not available in the current SDK version,
statewill returnDestinationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- State of the Composition Destination.
- See Also:
DestinationState
-
toBuilder
public DestinationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DestinationSummary.Builder,DestinationSummary>
-
builder
public static DestinationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends DestinationSummary.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.
-
-