@Generated(value="software.amazon.awssdk:codegen") public final class InputConfigOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputConfigOutput.Builder,InputConfigOutput>
The InputConfig for an EarthObservationJob response.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputConfigOutput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InputConfigOutput.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
previousEarthObservationJobArn()
The Amazon Resource Name (ARN) of the previous Earth Observation job.
|
RasterDataCollectionQueryOutput |
rasterDataCollectionQuery()
The structure representing the RasterDataCollection Query consisting of the Area of Interest,
RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputConfigOutput.Builder> |
serializableBuilderClass() |
InputConfigOutput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String previousEarthObservationJobArn()
The Amazon Resource Name (ARN) of the previous Earth Observation job.
public final RasterDataCollectionQueryOutput rasterDataCollectionQuery()
The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.
public InputConfigOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InputConfigOutput.Builder,InputConfigOutput>public static InputConfigOutput.Builder builder()
public static Class<? extends InputConfigOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.