@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RasterDataCollectionQueryOutput extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
RasterDataCollectionQueryOutput() |
public void setAreaOfInterest(AreaOfInterest areaOfInterest)
areaOfInterest - public AreaOfInterest getAreaOfInterest()
public RasterDataCollectionQueryOutput withAreaOfInterest(AreaOfInterest areaOfInterest)
areaOfInterest - public void setPropertyFilters(PropertyFilters propertyFilters)
propertyFilters - public PropertyFilters getPropertyFilters()
public RasterDataCollectionQueryOutput withPropertyFilters(PropertyFilters propertyFilters)
propertyFilters - public void setRasterDataCollectionArn(String rasterDataCollectionArn)
rasterDataCollectionArn - public String getRasterDataCollectionArn()
public RasterDataCollectionQueryOutput withRasterDataCollectionArn(String rasterDataCollectionArn)
rasterDataCollectionArn - public void setRasterDataCollectionName(String rasterDataCollectionName)
The name of the raster data collection.
rasterDataCollectionName - The name of the raster data collection.public String getRasterDataCollectionName()
The name of the raster data collection.
public RasterDataCollectionQueryOutput withRasterDataCollectionName(String rasterDataCollectionName)
The name of the raster data collection.
rasterDataCollectionName - The name of the raster data collection.public void setTimeRangeFilter(TimeRangeFilterInput timeRangeFilter)
timeRangeFilter - public TimeRangeFilterInput getTimeRangeFilter()
public RasterDataCollectionQueryOutput withTimeRangeFilter(TimeRangeFilterInput timeRangeFilter)
timeRangeFilter - public String toString()
toString in class ObjectObject.toString()public RasterDataCollectionQueryOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.