Class ContentArtifactsConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkmediapipelines.model.ContentArtifactsConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ContentArtifactsConfiguration.Builder,ContentArtifactsConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ContentArtifactsConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContentArtifactsConfiguration.Builder,ContentArtifactsConfiguration>
The content artifact object.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceContentArtifactsConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContentArtifactsConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ContentMuxTypemuxType()The MUX type of the artifact configuration.StringmuxTypeAsString()The MUX type of the artifact configuration.List<SdkField<?>>sdkFields()static Class<? extends ContentArtifactsConfiguration.Builder>serializableBuilderClass()ArtifactsStatestate()Indicates whether the content artifact is enabled or disabled.StringstateAsString()Indicates whether the content artifact is enabled or disabled.ContentArtifactsConfiguration.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
-
state
public final ArtifactsState state()
Indicates whether the content artifact is enabled or disabled.
If the service returns an enum value that is not available in the current SDK version,
statewill returnArtifactsState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- Indicates whether the content artifact is enabled or disabled.
- See Also:
ArtifactsState
-
stateAsString
public final String stateAsString()
Indicates whether the content artifact is enabled or disabled.
If the service returns an enum value that is not available in the current SDK version,
statewill returnArtifactsState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- Indicates whether the content artifact is enabled or disabled.
- See Also:
ArtifactsState
-
muxType
public final ContentMuxType muxType()
The MUX type of the artifact configuration.
If the service returns an enum value that is not available in the current SDK version,
muxTypewill returnContentMuxType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommuxTypeAsString().- Returns:
- The MUX type of the artifact configuration.
- See Also:
ContentMuxType
-
muxTypeAsString
public final String muxTypeAsString()
The MUX type of the artifact configuration.
If the service returns an enum value that is not available in the current SDK version,
muxTypewill returnContentMuxType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommuxTypeAsString().- Returns:
- The MUX type of the artifact configuration.
- See Also:
ContentMuxType
-
toBuilder
public ContentArtifactsConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ContentArtifactsConfiguration.Builder,ContentArtifactsConfiguration>
-
builder
public static ContentArtifactsConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ContentArtifactsConfiguration.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.
-
-