Class UserDefined
- java.lang.Object
-
- software.amazon.awssdk.services.sagemakergeospatial.model.UserDefined
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UserDefined.Builder,UserDefined>
@Generated("software.amazon.awssdk:codegen") public final class UserDefined extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserDefined.Builder,UserDefined>
The output resolution (in target georeferenced units) of the result of the operation
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUserDefined.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserDefined.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends UserDefined.Builder>serializableBuilderClass()UserDefined.BuildertoBuilder()StringtoString()Returns a string representation of this object.Unitunit()The units for output resolution of the result.StringunitAsString()The units for output resolution of the result.Floatvalue()The value for output resolution of the result.-
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
-
unit
public final Unit unit()
The units for output resolution of the result.
If the service returns an enum value that is not available in the current SDK version,
unitwill returnUnit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromunitAsString().- Returns:
- The units for output resolution of the result.
- See Also:
Unit
-
unitAsString
public final String unitAsString()
The units for output resolution of the result.
If the service returns an enum value that is not available in the current SDK version,
unitwill returnUnit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromunitAsString().- Returns:
- The units for output resolution of the result.
- See Also:
Unit
-
value
public final Float value()
The value for output resolution of the result.
- Returns:
- The value for output resolution of the result.
-
toBuilder
public UserDefined.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UserDefined.Builder,UserDefined>
-
builder
public static UserDefined.Builder builder()
-
serializableBuilderClass
public static Class<? extends UserDefined.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.
-
-