@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)  | 
EojDataSourceConfigInput | 
getDataSourceConfig()
 The location of the input data.> 
 | 
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 | 
setDataSourceConfig(EojDataSourceConfigInput dataSourceConfig)
 The location of the input data.> 
 | 
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 | 
withDataSourceConfig(EojDataSourceConfigInput dataSourceConfig)
 The location of the input data.> 
 | 
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 setDataSourceConfig(EojDataSourceConfigInput dataSourceConfig)
The location of the input data.>
dataSourceConfig - The location of the input data.>public EojDataSourceConfigInput getDataSourceConfig()
The location of the input data.>
public InputConfigInput withDataSourceConfig(EojDataSourceConfigInput dataSourceConfig)
The location of the input data.>
dataSourceConfig - The location of the input data.>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 ObjectObject.toString()public InputConfigInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.