@Generated(value="software.amazon.awssdk:codegen") public final class NexGuardFileMarkerSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NexGuardFileMarkerSettings.Builder,NexGuardFileMarkerSettings>
Modifier and Type | Class and Description |
---|---|
static interface |
NexGuardFileMarkerSettings.Builder |
Modifier and Type | Method and Description |
---|---|
static NexGuardFileMarkerSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
license()
Use the base64 license string that Nagra provides you.
|
Integer |
payload()
Specify the payload ID that you want associated with this output.
|
String |
preset()
Enter one of the watermarking preset strings that Nagra provides you.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NexGuardFileMarkerSettings.Builder> |
serializableBuilderClass() |
WatermarkingStrength |
strength()
Optional.
|
String |
strengthAsString()
Optional.
|
NexGuardFileMarkerSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String license()
public final Integer payload()
public final String preset()
public final WatermarkingStrength strength()
If the service returns an enum value that is not available in the current SDK version, strength
will
return WatermarkingStrength.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from strengthAsString()
.
WatermarkingStrength
public final String strengthAsString()
If the service returns an enum value that is not available in the current SDK version, strength
will
return WatermarkingStrength.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from strengthAsString()
.
WatermarkingStrength
public NexGuardFileMarkerSettings.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<NexGuardFileMarkerSettings.Builder,NexGuardFileMarkerSettings>
public static NexGuardFileMarkerSettings.Builder builder()
public static Class<? extends NexGuardFileMarkerSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.