@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BandMathConfigInput extends Object implements Serializable, Cloneable, StructuredPojo
Input structure for the BandMath operation type. Defines Predefined and CustomIndices to be computed using BandMath.
| Constructor and Description | 
|---|
BandMathConfigInput()  | 
| Modifier and Type | Method and Description | 
|---|---|
BandMathConfigInput | 
clone()  | 
boolean | 
equals(Object obj)  | 
CustomIndicesInput | 
getCustomIndices()
 CustomIndices that are computed. 
 | 
List<String> | 
getPredefinedIndices()
 One or many of the supported predefined indices to compute. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setCustomIndices(CustomIndicesInput customIndices)
 CustomIndices that are computed. 
 | 
void | 
setPredefinedIndices(Collection<String> predefinedIndices)
 One or many of the supported predefined indices to compute. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
BandMathConfigInput | 
withCustomIndices(CustomIndicesInput customIndices)
 CustomIndices that are computed. 
 | 
BandMathConfigInput | 
withPredefinedIndices(Collection<String> predefinedIndices)
 One or many of the supported predefined indices to compute. 
 | 
BandMathConfigInput | 
withPredefinedIndices(String... predefinedIndices)
 One or many of the supported predefined indices to compute. 
 | 
public void setCustomIndices(CustomIndicesInput customIndices)
CustomIndices that are computed.
customIndices - CustomIndices that are computed.public CustomIndicesInput getCustomIndices()
CustomIndices that are computed.
public BandMathConfigInput withCustomIndices(CustomIndicesInput customIndices)
CustomIndices that are computed.
customIndices - CustomIndices that are computed.public List<String> getPredefinedIndices()
 One or many of the supported predefined indices to compute. Allowed values: NDVI, EVI2,
 MSAVI, NDWI, NDMI, NDSI, and WDRVI.
 
NDVI,
         EVI2, MSAVI, NDWI, NDMI, NDSI, and
         WDRVI.public void setPredefinedIndices(Collection<String> predefinedIndices)
 One or many of the supported predefined indices to compute. Allowed values: NDVI, EVI2,
 MSAVI, NDWI, NDMI, NDSI, and WDRVI.
 
predefinedIndices - One or many of the supported predefined indices to compute. Allowed values: NDVI,
        EVI2, MSAVI, NDWI, NDMI, NDSI, and
        WDRVI.public BandMathConfigInput withPredefinedIndices(String... predefinedIndices)
 One or many of the supported predefined indices to compute. Allowed values: NDVI, EVI2,
 MSAVI, NDWI, NDMI, NDSI, and WDRVI.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setPredefinedIndices(java.util.Collection) or withPredefinedIndices(java.util.Collection) if
 you want to override the existing values.
 
predefinedIndices - One or many of the supported predefined indices to compute. Allowed values: NDVI,
        EVI2, MSAVI, NDWI, NDMI, NDSI, and
        WDRVI.public BandMathConfigInput withPredefinedIndices(Collection<String> predefinedIndices)
 One or many of the supported predefined indices to compute. Allowed values: NDVI, EVI2,
 MSAVI, NDWI, NDMI, NDSI, and WDRVI.
 
predefinedIndices - One or many of the supported predefined indices to compute. Allowed values: NDVI,
        EVI2, MSAVI, NDWI, NDMI, NDSI, and
        WDRVI.public String toString()
toString in class ObjectObject.toString()public BandMathConfigInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.