@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()
|
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)
|
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)
|
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)
rasterDataCollectionQuery
- public RasterDataCollectionQueryInput getRasterDataCollectionQuery()
public InputConfigInput withRasterDataCollectionQuery(RasterDataCollectionQueryInput rasterDataCollectionQuery)
rasterDataCollectionQuery
- 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.