Class Operation
- java.lang.Object
-
- software.amazon.awssdk.services.sagemakergeospatial.model.Operation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Operation.Builder,Operation>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOperation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Operation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringequation()Textual representation of the math operation; Equation used to compute the spectral index.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the operation.OutputTypeoutputType()The type of the operation.StringoutputTypeAsString()The type of the operation.List<SdkField<?>>sdkFields()static Class<? extends Operation.Builder>serializableBuilderClass()Operation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
equation
public final String equation()
Textual representation of the math operation; Equation used to compute the spectral index.
- Returns:
- Textual representation of the math operation; Equation used to compute the spectral index.
-
name
public final String name()
The name of the operation.
- Returns:
- The name of the operation.
-
outputType
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,
outputTypewill returnOutputType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoutputTypeAsString().- Returns:
- The type of the operation.
- See Also:
OutputType
-
outputTypeAsString
public final String outputTypeAsString()
The type of the operation.
If the service returns an enum value that is not available in the current SDK version,
outputTypewill returnOutputType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoutputTypeAsString().- Returns:
- The type of the operation.
- See Also:
OutputType
-
toBuilder
public Operation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Operation.Builder,Operation>
-
builder
public static Operation.Builder builder()
-
serializableBuilderClass
public static Class<? extends Operation.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.
-
-