@Generated(value="software.amazon.awssdk:codegen") public final class Operation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Operation.Builder,Operation>
Represents an arithmetic operation to compute spectral index.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Operation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Operation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
equation()
Textual representation of the math operation; Equation used to compute the spectral index.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the operation.
|
OutputType |
outputType()
The type of the operation.
|
String |
outputTypeAsString()
The type of the operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Operation.Builder> |
serializableBuilderClass() |
Operation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String equation()
Textual representation of the math operation; Equation used to compute the spectral index.
public final String name()
The name of the operation.
public final OutputType outputType()
The type of the operation.
If the service returns an enum value that is not available in the current SDK version, outputType will
return OutputType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
outputTypeAsString().
OutputTypepublic final String outputTypeAsString()
The type of the operation.
If the service returns an enum value that is not available in the current SDK version, outputType will
return OutputType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
outputTypeAsString().
OutputTypepublic Operation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Operation.Builder,Operation>public static Operation.Builder builder()
public static Class<? extends Operation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.