Class OutputResolutionStackInput
- java.lang.Object
-
- software.amazon.awssdk.services.sagemakergeospatial.model.OutputResolutionStackInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OutputResolutionStackInput.Builder,OutputResolutionStackInput>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOutputResolutionStackInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OutputResolutionStackInput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PredefinedResolutionpredefined()A string value representing Predefined Output Resolution for a stacking operation.StringpredefinedAsString()A string value representing Predefined Output Resolution for a stacking operation.List<SdkField<?>>sdkFields()static Class<? extends OutputResolutionStackInput.Builder>serializableBuilderClass()OutputResolutionStackInput.BuildertoBuilder()StringtoString()Returns a string representation of this object.UserDefineduserDefined()The structure representing User Output Resolution for a Stacking operation defined as a value and unit.-
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
-
predefined
public final PredefinedResolution predefined()
A string value representing Predefined Output Resolution for a stacking operation. Allowed values are
HIGHEST,LOWEST, andAVERAGE.If the service returns an enum value that is not available in the current SDK version,
predefinedwill returnPredefinedResolution.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompredefinedAsString().- Returns:
- A string value representing Predefined Output Resolution for a stacking operation. Allowed values are
HIGHEST,LOWEST, andAVERAGE. - See Also:
PredefinedResolution
-
predefinedAsString
public final String predefinedAsString()
A string value representing Predefined Output Resolution for a stacking operation. Allowed values are
HIGHEST,LOWEST, andAVERAGE.If the service returns an enum value that is not available in the current SDK version,
predefinedwill returnPredefinedResolution.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompredefinedAsString().- Returns:
- A string value representing Predefined Output Resolution for a stacking operation. Allowed values are
HIGHEST,LOWEST, andAVERAGE. - See Also:
PredefinedResolution
-
userDefined
public final UserDefined userDefined()
The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
- Returns:
- The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
-
toBuilder
public OutputResolutionStackInput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OutputResolutionStackInput.Builder,OutputResolutionStackInput>
-
builder
public static OutputResolutionStackInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends OutputResolutionStackInput.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.
-
-