@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RasterDataCollectionQueryWithBandFilterInput extends Object implements Serializable, Cloneable, StructuredPojo
This is a RasterDataCollectionQueryInput containing AreaOfInterest, Time Range filter and Property filters.
| Constructor and Description |
|---|
RasterDataCollectionQueryWithBandFilterInput() |
public RasterDataCollectionQueryWithBandFilterInput()
public void setAreaOfInterest(AreaOfInterest areaOfInterest)
areaOfInterest - public AreaOfInterest getAreaOfInterest()
public RasterDataCollectionQueryWithBandFilterInput withAreaOfInterest(AreaOfInterest areaOfInterest)
areaOfInterest - public void setBandFilter(Collection<String> bandFilter)
bandFilter - public RasterDataCollectionQueryWithBandFilterInput withBandFilter(String... bandFilter)
NOTE: This method appends the values to the existing list (if any). Use
setBandFilter(java.util.Collection) or withBandFilter(java.util.Collection) if you want to
override the existing values.
bandFilter - public RasterDataCollectionQueryWithBandFilterInput withBandFilter(Collection<String> bandFilter)
bandFilter - public void setPropertyFilters(PropertyFilters propertyFilters)
propertyFilters - public PropertyFilters getPropertyFilters()
public RasterDataCollectionQueryWithBandFilterInput withPropertyFilters(PropertyFilters propertyFilters)
propertyFilters - public void setTimeRangeFilter(TimeRangeFilterInput timeRangeFilter)
timeRangeFilter - public TimeRangeFilterInput getTimeRangeFilter()
public RasterDataCollectionQueryWithBandFilterInput withTimeRangeFilter(TimeRangeFilterInput timeRangeFilter)
timeRangeFilter - public String toString()
toString in class ObjectObject.toString()public RasterDataCollectionQueryWithBandFilterInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.