@Generated(value="software.amazon.awssdk:codegen") public final class BandwidthReductionFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BandwidthReductionFilter.Builder,BandwidthReductionFilter>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BandwidthReductionFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BandwidthReductionFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BandwidthReductionFilter.Builder> |
serializableBuilderClass() |
BandwidthReductionFilterSharpening |
sharpening()
Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter.
|
String |
sharpeningAsString()
Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter.
|
BandwidthReductionFilterStrength |
strength()
Specify the strength of the Bandwidth reduction filter.
|
String |
strengthAsString()
Specify the strength of the Bandwidth reduction filter.
|
BandwidthReductionFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final BandwidthReductionFilterSharpening sharpening()
If the service returns an enum value that is not available in the current SDK version, sharpening will
return BandwidthReductionFilterSharpening.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from sharpeningAsString().
BandwidthReductionFilterSharpeningpublic final String sharpeningAsString()
If the service returns an enum value that is not available in the current SDK version, sharpening will
return BandwidthReductionFilterSharpening.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from sharpeningAsString().
BandwidthReductionFilterSharpeningpublic final BandwidthReductionFilterStrength strength()
If the service returns an enum value that is not available in the current SDK version, strength will
return BandwidthReductionFilterStrength.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from strengthAsString().
BandwidthReductionFilterStrengthpublic final String strengthAsString()
If the service returns an enum value that is not available in the current SDK version, strength will
return BandwidthReductionFilterStrength.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from strengthAsString().
BandwidthReductionFilterStrengthpublic BandwidthReductionFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BandwidthReductionFilter.Builder,BandwidthReductionFilter>public static BandwidthReductionFilter.Builder builder()
public static Class<? extends BandwidthReductionFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.