@Generated(value="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
| Modifier and Type | Class and Description |
|---|---|
static interface |
UserDefined.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UserDefined.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 UserDefined.Builder> |
serializableBuilderClass() |
UserDefined.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Unit |
unit()
The units for output resolution of the result.
|
String |
unitAsString()
The units for output resolution of the result.
|
Float |
value()
The value for output resolution of the result.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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, unit will return
Unit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
unitAsString().
Unitpublic 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, unit will return
Unit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
unitAsString().
Unitpublic final Float value()
The value for output resolution of the result.
public UserDefined.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UserDefined.Builder,UserDefined>public static UserDefined.Builder builder()
public static Class<? extends UserDefined.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.