@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomIndicesInput extends Object implements Serializable, Cloneable, StructuredPojo
Input object defining the custom BandMath indices to compute.
Constructor and Description |
---|
CustomIndicesInput() |
Modifier and Type | Method and Description |
---|---|
CustomIndicesInput |
clone() |
boolean |
equals(Object obj) |
List<Operation> |
getOperations()
A list of BandMath indices to compute.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOperations(Collection<Operation> operations)
A list of BandMath indices to compute.
|
String |
toString()
Returns a string representation of this object.
|
CustomIndicesInput |
withOperations(Collection<Operation> operations)
A list of BandMath indices to compute.
|
CustomIndicesInput |
withOperations(Operation... operations)
A list of BandMath indices to compute.
|
public List<Operation> getOperations()
A list of BandMath indices to compute.
public void setOperations(Collection<Operation> operations)
A list of BandMath indices to compute.
operations
- A list of BandMath indices to compute.public CustomIndicesInput withOperations(Operation... operations)
A list of BandMath indices to compute.
NOTE: This method appends the values to the existing list (if any). Use
setOperations(java.util.Collection)
or withOperations(java.util.Collection)
if you want to
override the existing values.
operations
- A list of BandMath indices to compute.public CustomIndicesInput withOperations(Collection<Operation> operations)
A list of BandMath indices to compute.
operations
- A list of BandMath indices to compute.public String toString()
toString
in class Object
Object.toString()
public CustomIndicesInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.