Class NielsenWatermarksSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.NielsenWatermarksSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NielsenWatermarksSettings.Builder,NielsenWatermarksSettings>
@Generated("software.amazon.awssdk:codegen") public final class NielsenWatermarksSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NielsenWatermarksSettings.Builder,NielsenWatermarksSettings>
Nielsen Watermarks Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNielsenWatermarksSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NielsenWatermarksSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()NielsenCBETnielsenCbetSettings()Complete these fields only if you want to insert watermarks of type Nielsen CBETNielsenWatermarksDistributionTypesnielsenDistributionType()Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTORStringnielsenDistributionTypeAsString()Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTORNielsenNaesIiNwnielsenNaesIiNwSettings()Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NielsenWatermarksSettings.Builder>serializableBuilderClass()NielsenWatermarksSettings.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
-
nielsenCbetSettings
public final NielsenCBET nielsenCbetSettings()
Complete these fields only if you want to insert watermarks of type Nielsen CBET- Returns:
- Complete these fields only if you want to insert watermarks of type Nielsen CBET
-
nielsenDistributionType
public final NielsenWatermarksDistributionTypes nielsenDistributionType()
Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTORIf the service returns an enum value that is not available in the current SDK version,
nielsenDistributionTypewill returnNielsenWatermarksDistributionTypes.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnielsenDistributionTypeAsString().- Returns:
- Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTOR
- See Also:
NielsenWatermarksDistributionTypes
-
nielsenDistributionTypeAsString
public final String nielsenDistributionTypeAsString()
Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTORIf the service returns an enum value that is not available in the current SDK version,
nielsenDistributionTypewill returnNielsenWatermarksDistributionTypes.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnielsenDistributionTypeAsString().- Returns:
- Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTOR
- See Also:
NielsenWatermarksDistributionTypes
-
nielsenNaesIiNwSettings
public final NielsenNaesIiNw nielsenNaesIiNwSettings()
Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).- Returns:
- Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).
-
toBuilder
public NielsenWatermarksSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NielsenWatermarksSettings.Builder,NielsenWatermarksSettings>
-
builder
public static NielsenWatermarksSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends NielsenWatermarksSettings.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-