@Generated(value="software.amazon.awssdk:codegen") public final class InputConfigInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputConfigInput.Builder,InputConfigInput>
Input configuration information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputConfigInput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InputConfigInput.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.
|
RasterDataCollectionQueryInput |
rasterDataCollectionQuery()
The structure representing the RasterDataCollection Query consisting of the Area of Interest,
RasterDataCollectionArn,TimeRange and Property Filters.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputConfigInput.Builder> |
serializableBuilderClass() |
InputConfigInput.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 RasterDataCollectionQueryInput rasterDataCollectionQuery()
The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn,TimeRange and Property Filters.
public InputConfigInput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InputConfigInput.Builder,InputConfigInput>public static InputConfigInput.Builder builder()
public static Class<? extends InputConfigInput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.