@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputConfigInput extends Object implements Serializable, Cloneable, StructuredPojo
Input configuration information.
Constructor and Description |
---|
InputConfigInput() |
Modifier and Type | Method and Description |
---|---|
InputConfigInput |
clone() |
boolean |
equals(Object obj) |
String |
getPreviousEarthObservationJobArn()
The Amazon Resource Name (ARN) of the previous Earth Observation job.
|
RasterDataCollectionQueryInput |
getRasterDataCollectionQuery()
The structure representing the RasterDataCollection Query consisting of the Area of Interest,
RasterDataCollectionArn,TimeRange and Property Filters.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPreviousEarthObservationJobArn(String previousEarthObservationJobArn)
The Amazon Resource Name (ARN) of the previous Earth Observation job.
|
void |
setRasterDataCollectionQuery(RasterDataCollectionQueryInput rasterDataCollectionQuery)
The structure representing the RasterDataCollection Query consisting of the Area of Interest,
RasterDataCollectionArn,TimeRange and Property Filters.
|
String |
toString()
Returns a string representation of this object.
|
InputConfigInput |
withPreviousEarthObservationJobArn(String previousEarthObservationJobArn)
The Amazon Resource Name (ARN) of the previous Earth Observation job.
|
InputConfigInput |
withRasterDataCollectionQuery(RasterDataCollectionQueryInput rasterDataCollectionQuery)
The structure representing the RasterDataCollection Query consisting of the Area of Interest,
RasterDataCollectionArn,TimeRange and Property Filters.
|
public void setPreviousEarthObservationJobArn(String previousEarthObservationJobArn)
The Amazon Resource Name (ARN) of the previous Earth Observation job.
previousEarthObservationJobArn
- The Amazon Resource Name (ARN) of the previous Earth Observation job.public String getPreviousEarthObservationJobArn()
The Amazon Resource Name (ARN) of the previous Earth Observation job.
public InputConfigInput withPreviousEarthObservationJobArn(String previousEarthObservationJobArn)
The Amazon Resource Name (ARN) of the previous Earth Observation job.
previousEarthObservationJobArn
- The Amazon Resource Name (ARN) of the previous Earth Observation job.public void setRasterDataCollectionQuery(RasterDataCollectionQueryInput rasterDataCollectionQuery)
The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn,TimeRange and Property Filters.
rasterDataCollectionQuery
- The structure representing the RasterDataCollection Query consisting of the Area of Interest,
RasterDataCollectionArn,TimeRange and Property Filters.public RasterDataCollectionQueryInput getRasterDataCollectionQuery()
The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn,TimeRange and Property Filters.
public InputConfigInput withRasterDataCollectionQuery(RasterDataCollectionQueryInput rasterDataCollectionQuery)
The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn,TimeRange and Property Filters.
rasterDataCollectionQuery
- The structure representing the RasterDataCollection Query consisting of the Area of Interest,
RasterDataCollectionArn,TimeRange and Property Filters.public String toString()
toString
in class Object
Object.toString()
public InputConfigInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.