Class ArchiveContainerSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.ArchiveContainerSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ArchiveContainerSettings.Builder,ArchiveContainerSettings>
@Generated("software.amazon.awssdk:codegen") public final class ArchiveContainerSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ArchiveContainerSettings.Builder,ArchiveContainerSettings>
Archive Container Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceArchiveContainerSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ArchiveContainerSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()M2tsSettingsm2tsSettings()Returns the value of the M2tsSettings property for this object.RawSettingsrawSettings()Returns the value of the RawSettings property for this object.List<SdkField<?>>sdkFields()static Class<? extends ArchiveContainerSettings.Builder>serializableBuilderClass()ArchiveContainerSettings.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
-
m2tsSettings
public final M2tsSettings m2tsSettings()
Returns the value of the M2tsSettings property for this object.- Returns:
- The value of the M2tsSettings property for this object.
-
rawSettings
public final RawSettings rawSettings()
Returns the value of the RawSettings property for this object.- Returns:
- The value of the RawSettings property for this object.
-
toBuilder
public ArchiveContainerSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ArchiveContainerSettings.Builder,ArchiveContainerSettings>
-
builder
public static ArchiveContainerSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends ArchiveContainerSettings.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.
-
-