@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResamplingConfigInput extends Object implements Serializable, Cloneable, StructuredPojo
The structure representing input for resampling operation.
Constructor and Description |
---|
ResamplingConfigInput() |
Modifier and Type | Method and Description |
---|---|
ResamplingConfigInput |
clone() |
boolean |
equals(Object obj) |
String |
getAlgorithmName()
The name of the algorithm used for resampling.
|
OutputResolutionResamplingInput |
getOutputResolution()
The structure representing output resolution (in target georeferenced units) of the result of resampling
operation.
|
List<String> |
getTargetBands()
Bands used in the operation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAlgorithmName(String algorithmName)
The name of the algorithm used for resampling.
|
void |
setOutputResolution(OutputResolutionResamplingInput outputResolution)
The structure representing output resolution (in target georeferenced units) of the result of resampling
operation.
|
void |
setTargetBands(Collection<String> targetBands)
Bands used in the operation.
|
String |
toString()
Returns a string representation of this object.
|
ResamplingConfigInput |
withAlgorithmName(AlgorithmNameResampling algorithmName)
The name of the algorithm used for resampling.
|
ResamplingConfigInput |
withAlgorithmName(String algorithmName)
The name of the algorithm used for resampling.
|
ResamplingConfigInput |
withOutputResolution(OutputResolutionResamplingInput outputResolution)
The structure representing output resolution (in target georeferenced units) of the result of resampling
operation.
|
ResamplingConfigInput |
withTargetBands(Collection<String> targetBands)
Bands used in the operation.
|
ResamplingConfigInput |
withTargetBands(String... targetBands)
Bands used in the operation.
|
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)
The structure representing output resolution (in target georeferenced units) of the result of resampling operation.
outputResolution
- The structure representing output resolution (in target georeferenced units) of the result of resampling
operation.public OutputResolutionResamplingInput getOutputResolution()
The structure representing output resolution (in target georeferenced units) of the result of resampling operation.
public ResamplingConfigInput withOutputResolution(OutputResolutionResamplingInput outputResolution)
The structure representing output resolution (in target georeferenced units) of the result of resampling operation.
outputResolution
- The structure representing output resolution (in target georeferenced units) of the result of resampling
operation.public List<String> getTargetBands()
Bands used in the operation. If no target bands are specified, it uses all bands available in the input.
public void setTargetBands(Collection<String> targetBands)
Bands used in the operation. If no target bands are specified, it uses all bands available in the input.
targetBands
- Bands used in the operation. If no target bands are specified, it uses all bands available in the input.public ResamplingConfigInput withTargetBands(String... targetBands)
Bands used in the operation. If no target bands are specified, it uses all bands available in the input.
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
- Bands used in the operation. If no target bands are specified, it uses all bands available in the input.public ResamplingConfigInput withTargetBands(Collection<String> targetBands)
Bands used in the operation. If no target bands are specified, it uses all bands available in the input.
targetBands
- Bands used in the operation. If no target bands are specified, it uses all bands available in the input.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.