@Generated(value="software.amazon.awssdk:codegen") public final class TemporalFilterSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemporalFilterSettings.Builder,TemporalFilterSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
TemporalFilterSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TemporalFilterSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
TemporalFilterPostFilterSharpening |
postFilterSharpening()
If you enable this filter, the results are the following: - If the source content is noisy (it contains excessive
digital artifacts), the filter cleans up the source.
|
String |
postFilterSharpeningAsString()
If you enable this filter, the results are the following: - If the source content is noisy (it contains excessive
digital artifacts), the filter cleans up the source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TemporalFilterSettings.Builder> |
serializableBuilderClass() |
TemporalFilterStrength |
strength()
Choose a filter strength.
|
String |
strengthAsString()
Choose a filter strength.
|
TemporalFilterSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TemporalFilterPostFilterSharpening postFilterSharpening()
If the service returns an enum value that is not available in the current SDK version,
postFilterSharpening will return TemporalFilterPostFilterSharpening.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from postFilterSharpeningAsString().
TemporalFilterPostFilterSharpeningpublic final String postFilterSharpeningAsString()
If the service returns an enum value that is not available in the current SDK version,
postFilterSharpening will return TemporalFilterPostFilterSharpening.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from postFilterSharpeningAsString().
TemporalFilterPostFilterSharpeningpublic final TemporalFilterStrength strength()
If the service returns an enum value that is not available in the current SDK version, strength will
return TemporalFilterStrength.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from strengthAsString().
TemporalFilterStrengthpublic final String strengthAsString()
If the service returns an enum value that is not available in the current SDK version, strength will
return TemporalFilterStrength.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from strengthAsString().
TemporalFilterStrengthpublic TemporalFilterSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TemporalFilterSettings.Builder,TemporalFilterSettings>public static TemporalFilterSettings.Builder builder()
public static Class<? extends TemporalFilterSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.