@Generated(value="software.amazon.awssdk:codegen") public final class VideoArtifactsConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VideoArtifactsConfiguration.Builder,VideoArtifactsConfiguration>
The video artifact configuration object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VideoArtifactsConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VideoArtifactsConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
VideoMuxType |
muxType()
The MUX type of the video artifact configuration object.
|
String |
muxTypeAsString()
The MUX type of the video artifact configuration object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VideoArtifactsConfiguration.Builder> |
serializableBuilderClass() |
ArtifactsState |
state()
Indicates whether the video artifact is enabled or disabled.
|
String |
stateAsString()
Indicates whether the video artifact is enabled or disabled.
|
VideoArtifactsConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ArtifactsState state()
Indicates whether the video artifact is enabled or disabled.
If the service returns an enum value that is not available in the current SDK version, state will return
ArtifactsState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ArtifactsStatepublic final String stateAsString()
Indicates whether the video artifact is enabled or disabled.
If the service returns an enum value that is not available in the current SDK version, state will return
ArtifactsState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ArtifactsStatepublic final VideoMuxType muxType()
The MUX type of the video artifact configuration object.
If the service returns an enum value that is not available in the current SDK version, muxType will
return VideoMuxType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
muxTypeAsString().
VideoMuxTypepublic final String muxTypeAsString()
The MUX type of the video artifact configuration object.
If the service returns an enum value that is not available in the current SDK version, muxType will
return VideoMuxType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
muxTypeAsString().
VideoMuxTypepublic VideoArtifactsConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VideoArtifactsConfiguration.Builder,VideoArtifactsConfiguration>public static VideoArtifactsConfiguration.Builder builder()
public static Class<? extends VideoArtifactsConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.