Class NielsenConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.NielsenConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NielsenConfiguration.Builder,NielsenConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class NielsenConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NielsenConfiguration.Builder,NielsenConfiguration>
Nielsen Configuration- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNielsenConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NielsenConfiguration.Builderbuilder()StringdistributorId()Enter the Distributor ID assigned to your organization by Nielsen.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()NielsenPcmToId3TaggingStatenielsenPcmToId3Tagging()Enables Nielsen PCM to ID3 taggingStringnielsenPcmToId3TaggingAsString()Enables Nielsen PCM to ID3 taggingList<SdkField<?>>sdkFields()static Class<? extends NielsenConfiguration.Builder>serializableBuilderClass()NielsenConfiguration.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
-
distributorId
public final String distributorId()
Enter the Distributor ID assigned to your organization by Nielsen.- Returns:
- Enter the Distributor ID assigned to your organization by Nielsen.
-
nielsenPcmToId3Tagging
public final NielsenPcmToId3TaggingState nielsenPcmToId3Tagging()
Enables Nielsen PCM to ID3 taggingIf the service returns an enum value that is not available in the current SDK version,
nielsenPcmToId3Taggingwill returnNielsenPcmToId3TaggingState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnielsenPcmToId3TaggingAsString().- Returns:
- Enables Nielsen PCM to ID3 tagging
- See Also:
NielsenPcmToId3TaggingState
-
nielsenPcmToId3TaggingAsString
public final String nielsenPcmToId3TaggingAsString()
Enables Nielsen PCM to ID3 taggingIf the service returns an enum value that is not available in the current SDK version,
nielsenPcmToId3Taggingwill returnNielsenPcmToId3TaggingState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnielsenPcmToId3TaggingAsString().- Returns:
- Enables Nielsen PCM to ID3 tagging
- See Also:
NielsenPcmToId3TaggingState
-
toBuilder
public NielsenConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NielsenConfiguration.Builder,NielsenConfiguration>
-
builder
public static NielsenConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends NielsenConfiguration.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.
-
-