@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GeoMosaicConfigInput extends Object implements Serializable, Cloneable, StructuredPojo
Input configuration information for the geomosaic.
Constructor and Description |
---|
GeoMosaicConfigInput() |
Modifier and Type | Method and Description |
---|---|
GeoMosaicConfigInput |
clone() |
boolean |
equals(Object obj) |
String |
getAlgorithmName()
The name of the algorithm being used for geomosaic.
|
List<String> |
getTargetBands()
The target bands for geomosaic.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAlgorithmName(String algorithmName)
The name of the algorithm being used for geomosaic.
|
void |
setTargetBands(Collection<String> targetBands)
The target bands for geomosaic.
|
String |
toString()
Returns a string representation of this object.
|
GeoMosaicConfigInput |
withAlgorithmName(AlgorithmNameGeoMosaic algorithmName)
The name of the algorithm being used for geomosaic.
|
GeoMosaicConfigInput |
withAlgorithmName(String algorithmName)
The name of the algorithm being used for geomosaic.
|
GeoMosaicConfigInput |
withTargetBands(Collection<String> targetBands)
The target bands for geomosaic.
|
GeoMosaicConfigInput |
withTargetBands(String... targetBands)
The target bands for geomosaic.
|
public void setAlgorithmName(String algorithmName)
The name of the algorithm being used for geomosaic.
algorithmName
- The name of the algorithm being used for geomosaic.AlgorithmNameGeoMosaic
public String getAlgorithmName()
The name of the algorithm being used for geomosaic.
AlgorithmNameGeoMosaic
public GeoMosaicConfigInput withAlgorithmName(String algorithmName)
The name of the algorithm being used for geomosaic.
algorithmName
- The name of the algorithm being used for geomosaic.AlgorithmNameGeoMosaic
public GeoMosaicConfigInput withAlgorithmName(AlgorithmNameGeoMosaic algorithmName)
The name of the algorithm being used for geomosaic.
algorithmName
- The name of the algorithm being used for geomosaic.AlgorithmNameGeoMosaic
public List<String> getTargetBands()
The target bands for geomosaic.
public void setTargetBands(Collection<String> targetBands)
The target bands for geomosaic.
targetBands
- The target bands for geomosaic.public GeoMosaicConfigInput withTargetBands(String... targetBands)
The target bands for geomosaic.
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
- The target bands for geomosaic.public GeoMosaicConfigInput withTargetBands(Collection<String> targetBands)
The target bands for geomosaic.
targetBands
- The target bands for geomosaic.public String toString()
toString
in class Object
Object.toString()
public GeoMosaicConfigInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.