@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BandMathConfigInput extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description | 
|---|
BandMathConfigInput()  | 
| Modifier and Type | Method and Description | 
|---|---|
BandMathConfigInput | 
clone()  | 
boolean | 
equals(Object obj)  | 
CustomIndicesInput | 
getCustomIndices()
 | 
List<String> | 
getPredefinedIndices()
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setCustomIndices(CustomIndicesInput customIndices)
 | 
void | 
setPredefinedIndices(Collection<String> predefinedIndices)
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
BandMathConfigInput | 
withCustomIndices(CustomIndicesInput customIndices)
 | 
BandMathConfigInput | 
withPredefinedIndices(Collection<String> predefinedIndices)
 | 
BandMathConfigInput | 
withPredefinedIndices(String... predefinedIndices)
 | 
public void setCustomIndices(CustomIndicesInput customIndices)
customIndices - public CustomIndicesInput getCustomIndices()
public BandMathConfigInput withCustomIndices(CustomIndicesInput customIndices)
customIndices - public void setPredefinedIndices(Collection<String> predefinedIndices)
predefinedIndices - public BandMathConfigInput withPredefinedIndices(String... predefinedIndices)
 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 - public BandMathConfigInput withPredefinedIndices(Collection<String> predefinedIndices)
predefinedIndices - 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.