@Generated(value="software.amazon.awssdk:codegen") public final class OutputResolutionStackInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutputResolutionStackInput.Builder,OutputResolutionStackInput>
The input structure representing Output Resolution for Stacking Operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OutputResolutionStackInput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OutputResolutionStackInput.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PredefinedResolution |
predefined()
A string value representing Predefined Output Resolution for a stacking operation.
|
String |
predefinedAsString()
A string value representing Predefined Output Resolution for a stacking operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OutputResolutionStackInput.Builder> |
serializableBuilderClass() |
OutputResolutionStackInput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UserDefined |
userDefined()
The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PredefinedResolution predefined()
A string value representing Predefined Output Resolution for a stacking operation. Allowed values are
HIGHEST, LOWEST, and AVERAGE.
If the service returns an enum value that is not available in the current SDK version, predefined will
return PredefinedResolution.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from predefinedAsString().
HIGHEST, LOWEST, and AVERAGE.PredefinedResolutionpublic final String predefinedAsString()
A string value representing Predefined Output Resolution for a stacking operation. Allowed values are
HIGHEST, LOWEST, and AVERAGE.
If the service returns an enum value that is not available in the current SDK version, predefined will
return PredefinedResolution.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from predefinedAsString().
HIGHEST, LOWEST, and AVERAGE.PredefinedResolutionpublic final UserDefined userDefined()
The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
public OutputResolutionStackInput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OutputResolutionStackInput.Builder,OutputResolutionStackInput>public static OutputResolutionStackInput.Builder builder()
public static Class<? extends OutputResolutionStackInput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.