@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StackConfigInput extends Object implements Serializable, Cloneable, StructuredPojo
The input structure for Stacking Operation.
| Constructor and Description | 
|---|
StackConfigInput()  | 
| Modifier and Type | Method and Description | 
|---|---|
StackConfigInput | 
clone()  | 
boolean | 
equals(Object obj)  | 
OutputResolutionStackInput | 
getOutputResolution()
 The structure representing output resolution (in target georeferenced units) of the result of stacking operation. 
 | 
List<String> | 
getTargetBands()
 A list of bands to be stacked in the specified order. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setOutputResolution(OutputResolutionStackInput outputResolution)
 The structure representing output resolution (in target georeferenced units) of the result of stacking operation. 
 | 
void | 
setTargetBands(Collection<String> targetBands)
 A list of bands to be stacked in the specified order. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
StackConfigInput | 
withOutputResolution(OutputResolutionStackInput outputResolution)
 The structure representing output resolution (in target georeferenced units) of the result of stacking operation. 
 | 
StackConfigInput | 
withTargetBands(Collection<String> targetBands)
 A list of bands to be stacked in the specified order. 
 | 
StackConfigInput | 
withTargetBands(String... targetBands)
 A list of bands to be stacked in the specified order. 
 | 
public void setOutputResolution(OutputResolutionStackInput outputResolution)
The structure representing output resolution (in target georeferenced units) of the result of stacking operation.
outputResolution - The structure representing output resolution (in target georeferenced units) of the result of stacking
        operation.public OutputResolutionStackInput getOutputResolution()
The structure representing output resolution (in target georeferenced units) of the result of stacking operation.
public StackConfigInput withOutputResolution(OutputResolutionStackInput outputResolution)
The structure representing output resolution (in target georeferenced units) of the result of stacking operation.
outputResolution - The structure representing output resolution (in target georeferenced units) of the result of stacking
        operation.public List<String> getTargetBands()
A list of bands to be stacked in the specified order. When the parameter is not provided, all the available bands in the data collection are stacked in the alphabetical order of their asset names.
public void setTargetBands(Collection<String> targetBands)
A list of bands to be stacked in the specified order. When the parameter is not provided, all the available bands in the data collection are stacked in the alphabetical order of their asset names.
targetBands - A list of bands to be stacked in the specified order. When the parameter is not provided, all the
        available bands in the data collection are stacked in the alphabetical order of their asset names.public StackConfigInput withTargetBands(String... targetBands)
A list of bands to be stacked in the specified order. When the parameter is not provided, all the available bands in the data collection are stacked in the alphabetical order of their asset names.
 NOTE: This method appends the values to the existing list (if any). Use
 setTargetBands(java.util.Collection) or withTargetBands(java.util.Collection) if you want to
 override the existing values.
 
targetBands - A list of bands to be stacked in the specified order. When the parameter is not provided, all the
        available bands in the data collection are stacked in the alphabetical order of their asset names.public StackConfigInput withTargetBands(Collection<String> targetBands)
A list of bands to be stacked in the specified order. When the parameter is not provided, all the available bands in the data collection are stacked in the alphabetical order of their asset names.
targetBands - A list of bands to be stacked in the specified order. When the parameter is not provided, all the
        available bands in the data collection are stacked in the alphabetical order of their asset names.public String toString()
toString in class ObjectObject.toString()public StackConfigInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.