@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputBand extends Object implements Serializable, Cloneable, StructuredPojo
A single EarthObservationJob output band.
Constructor and Description |
---|
OutputBand() |
Modifier and Type | Method and Description |
---|---|
OutputBand |
clone() |
boolean |
equals(Object obj) |
String |
getBandName()
The name of the band.
|
String |
getOutputDataType()
The datatype of the output band.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBandName(String bandName)
The name of the band.
|
void |
setOutputDataType(String outputDataType)
The datatype of the output band.
|
String |
toString()
Returns a string representation of this object.
|
OutputBand |
withBandName(String bandName)
The name of the band.
|
OutputBand |
withOutputDataType(OutputType outputDataType)
The datatype of the output band.
|
OutputBand |
withOutputDataType(String outputDataType)
The datatype of the output band.
|
public void setBandName(String bandName)
The name of the band.
bandName
- The name of the band.public String getBandName()
The name of the band.
public OutputBand withBandName(String bandName)
The name of the band.
bandName
- The name of the band.public void setOutputDataType(String outputDataType)
The datatype of the output band.
outputDataType
- The datatype of the output band.OutputType
public String getOutputDataType()
The datatype of the output band.
OutputType
public OutputBand withOutputDataType(String outputDataType)
The datatype of the output band.
outputDataType
- The datatype of the output band.OutputType
public OutputBand withOutputDataType(OutputType outputDataType)
The datatype of the output band.
outputDataType
- The datatype of the output band.OutputType
public String toString()
toString
in class Object
Object.toString()
public OutputBand clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.