@Generated(value="software.amazon.awssdk:codegen") public final class OutputBand extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutputBand.Builder,OutputBand>
A single EarthObservationJob output band.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OutputBand.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bandName()
The name of the band.
|
static OutputBand.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OutputType |
outputDataType()
The datatype of the output band.
|
String |
outputDataTypeAsString()
The datatype of the output band.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OutputBand.Builder> |
serializableBuilderClass() |
OutputBand.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bandName()
The name of the band.
public final OutputType outputDataType()
The datatype of the output band.
If the service returns an enum value that is not available in the current SDK version, outputDataType
will return OutputType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
outputDataTypeAsString().
OutputTypepublic final String outputDataTypeAsString()
The datatype of the output band.
If the service returns an enum value that is not available in the current SDK version, outputDataType
will return OutputType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
outputDataTypeAsString().
OutputTypepublic OutputBand.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OutputBand.Builder,OutputBand>public static OutputBand.Builder builder()
public static Class<? extends OutputBand.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.