@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.AlgorithmNameResamplingpublic String getAlgorithmName()
The name of the algorithm used for resampling.
AlgorithmNameResamplingpublic ResamplingConfigInput withAlgorithmName(String algorithmName)
The name of the algorithm used for resampling.
algorithmName - The name of the algorithm used for resampling.AlgorithmNameResamplingpublic ResamplingConfigInput withAlgorithmName(AlgorithmNameResampling algorithmName)
The name of the algorithm used for resampling.
algorithmName - The name of the algorithm used for resampling.AlgorithmNameResamplingpublic 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 ObjectObject.toString()public ResamplingConfigInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.