@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResamplingConfigInput extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ResamplingConfigInput() |
public void setAlgorithmName(String algorithmName)
The name of the algorithm used for resampling.
algorithmName
- The name of the algorithm used for resampling.AlgorithmNameResampling
public String getAlgorithmName()
The name of the algorithm used for resampling.
AlgorithmNameResampling
public ResamplingConfigInput withAlgorithmName(String algorithmName)
The name of the algorithm used for resampling.
algorithmName
- The name of the algorithm used for resampling.AlgorithmNameResampling
public ResamplingConfigInput withAlgorithmName(AlgorithmNameResampling algorithmName)
The name of the algorithm used for resampling.
algorithmName
- The name of the algorithm used for resampling.AlgorithmNameResampling
public void setOutputResolution(OutputResolutionResamplingInput outputResolution)
outputResolution
- public OutputResolutionResamplingInput getOutputResolution()
public ResamplingConfigInput withOutputResolution(OutputResolutionResamplingInput outputResolution)
outputResolution
- public void setTargetBands(Collection<String> targetBands)
targetBands
- public ResamplingConfigInput withTargetBands(String... targetBands)
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
- public ResamplingConfigInput withTargetBands(Collection<String> targetBands)
targetBands
- public String toString()
toString
in class Object
Object.toString()
public ResamplingConfigInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.