@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputConfigOutput extends Object implements Serializable, Cloneable, StructuredPojo
The InputConfig for an EarthObservationJob response.
Constructor and Description |
---|
InputConfigOutput() |
Modifier and Type | Method and Description |
---|---|
InputConfigOutput |
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.
|
RasterDataCollectionQueryOutput |
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(RasterDataCollectionQueryOutput rasterDataCollectionQuery)
|
String |
toString()
Returns a string representation of this object.
|
InputConfigOutput |
withDataSourceConfig(EojDataSourceConfigInput dataSourceConfig)
The location of the input data.
|
InputConfigOutput |
withPreviousEarthObservationJobArn(String previousEarthObservationJobArn)
The Amazon Resource Name (ARN) of the previous Earth Observation job.
|
InputConfigOutput |
withRasterDataCollectionQuery(RasterDataCollectionQueryOutput 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 InputConfigOutput 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 InputConfigOutput 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(RasterDataCollectionQueryOutput rasterDataCollectionQuery)
rasterDataCollectionQuery
- public RasterDataCollectionQueryOutput getRasterDataCollectionQuery()
public InputConfigOutput withRasterDataCollectionQuery(RasterDataCollectionQueryOutput rasterDataCollectionQuery)
rasterDataCollectionQuery
- public String toString()
toString
in class Object
Object.toString()
public InputConfigOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.