Class NielsenNaesIiNw
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.NielsenNaesIiNw
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NielsenNaesIiNw.Builder,NielsenNaesIiNw>
@Generated("software.amazon.awssdk:codegen") public final class NielsenNaesIiNw extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NielsenNaesIiNw.Builder,NielsenNaesIiNw>
Nielsen Naes Ii Nw- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNielsenNaesIiNw.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NielsenNaesIiNw.Builderbuilder()StringcheckDigitString()Enter the check digit string for the watermarkbooleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NielsenNaesIiNw.Builder>serializableBuilderClass()Doublesid()Enter the Nielsen Source ID (SID) to include in the watermarkNielsenWatermarkTimezonestimezone()Choose the timezone for the time stamps in the watermark.StringtimezoneAsString()Choose the timezone for the time stamps in the watermark.NielsenNaesIiNw.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
-
checkDigitString
public final String checkDigitString()
Enter the check digit string for the watermark- Returns:
- Enter the check digit string for the watermark
-
sid
public final Double sid()
Enter the Nielsen Source ID (SID) to include in the watermark- Returns:
- Enter the Nielsen Source ID (SID) to include in the watermark
-
timezone
public final NielsenWatermarkTimezones timezone()
Choose the timezone for the time stamps in the watermark. If not provided, the timestamps will be in Coordinated Universal Time (UTC)If the service returns an enum value that is not available in the current SDK version,
timezonewill returnNielsenWatermarkTimezones.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtimezoneAsString().- Returns:
- Choose the timezone for the time stamps in the watermark. If not provided, the timestamps will be in Coordinated Universal Time (UTC)
- See Also:
NielsenWatermarkTimezones
-
timezoneAsString
public final String timezoneAsString()
Choose the timezone for the time stamps in the watermark. If not provided, the timestamps will be in Coordinated Universal Time (UTC)If the service returns an enum value that is not available in the current SDK version,
timezonewill returnNielsenWatermarkTimezones.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtimezoneAsString().- Returns:
- Choose the timezone for the time stamps in the watermark. If not provided, the timestamps will be in Coordinated Universal Time (UTC)
- See Also:
NielsenWatermarkTimezones
-
toBuilder
public NielsenNaesIiNw.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NielsenNaesIiNw.Builder,NielsenNaesIiNw>
-
builder
public static NielsenNaesIiNw.Builder builder()
-
serializableBuilderClass
public static Class<? extends NielsenNaesIiNw.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
-
-