@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Operation extends Object implements Serializable, Cloneable, StructuredPojo
Represents an arithmetic operation to compute spectral index.
| Constructor and Description |
|---|
Operation() |
| Modifier and Type | Method and Description |
|---|---|
Operation |
clone() |
boolean |
equals(Object obj) |
String |
getEquation()
Textual representation of the math operation; Equation used to compute the spectral index.
|
String |
getName()
The name of the operation.
|
String |
getOutputType()
The type of the operation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEquation(String equation)
Textual representation of the math operation; Equation used to compute the spectral index.
|
void |
setName(String name)
The name of the operation.
|
void |
setOutputType(String outputType)
The type of the operation.
|
String |
toString()
Returns a string representation of this object.
|
Operation |
withEquation(String equation)
Textual representation of the math operation; Equation used to compute the spectral index.
|
Operation |
withName(String name)
The name of the operation.
|
Operation |
withOutputType(OutputType outputType)
The type of the operation.
|
Operation |
withOutputType(String outputType)
The type of the operation.
|
public void setEquation(String equation)
Textual representation of the math operation; Equation used to compute the spectral index.
equation - Textual representation of the math operation; Equation used to compute the spectral index.public String getEquation()
Textual representation of the math operation; Equation used to compute the spectral index.
public Operation withEquation(String equation)
Textual representation of the math operation; Equation used to compute the spectral index.
equation - Textual representation of the math operation; Equation used to compute the spectral index.public void setName(String name)
The name of the operation.
name - The name of the operation.public String getName()
The name of the operation.
public Operation withName(String name)
The name of the operation.
name - The name of the operation.public void setOutputType(String outputType)
The type of the operation.
outputType - The type of the operation.OutputTypepublic String getOutputType()
The type of the operation.
OutputTypepublic Operation withOutputType(String outputType)
The type of the operation.
outputType - The type of the operation.OutputTypepublic Operation withOutputType(OutputType outputType)
The type of the operation.
outputType - The type of the operation.OutputTypepublic String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.