@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() |
Modifier and Type | Method and Description |
---|---|
RasterDataCollectionQueryWithBandFilterInput |
clone() |
boolean |
equals(Object obj) |
AreaOfInterest |
getAreaOfInterest()
The Area of interest to be used in the search query.
|
List<String> |
getBandFilter()
The list of Bands to be displayed in the result for each item.
|
PropertyFilters |
getPropertyFilters()
The Property Filters used in the search query.
|
TimeRangeFilterInput |
getTimeRangeFilter()
The TimeRange Filter used in the search query.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAreaOfInterest(AreaOfInterest areaOfInterest)
The Area of interest to be used in the search query.
|
void |
setBandFilter(Collection<String> bandFilter)
The list of Bands to be displayed in the result for each item.
|
void |
setPropertyFilters(PropertyFilters propertyFilters)
The Property Filters used in the search query.
|
void |
setTimeRangeFilter(TimeRangeFilterInput timeRangeFilter)
The TimeRange Filter used in the search query.
|
String |
toString()
Returns a string representation of this object.
|
RasterDataCollectionQueryWithBandFilterInput |
withAreaOfInterest(AreaOfInterest areaOfInterest)
The Area of interest to be used in the search query.
|
RasterDataCollectionQueryWithBandFilterInput |
withBandFilter(Collection<String> bandFilter)
The list of Bands to be displayed in the result for each item.
|
RasterDataCollectionQueryWithBandFilterInput |
withBandFilter(String... bandFilter)
The list of Bands to be displayed in the result for each item.
|
RasterDataCollectionQueryWithBandFilterInput |
withPropertyFilters(PropertyFilters propertyFilters)
The Property Filters used in the search query.
|
RasterDataCollectionQueryWithBandFilterInput |
withTimeRangeFilter(TimeRangeFilterInput timeRangeFilter)
The TimeRange Filter used in the search query.
|
public RasterDataCollectionQueryWithBandFilterInput()
public void setAreaOfInterest(AreaOfInterest areaOfInterest)
The Area of interest to be used in the search query.
areaOfInterest
- The Area of interest to be used in the search query.public AreaOfInterest getAreaOfInterest()
The Area of interest to be used in the search query.
public RasterDataCollectionQueryWithBandFilterInput withAreaOfInterest(AreaOfInterest areaOfInterest)
The Area of interest to be used in the search query.
areaOfInterest
- The Area of interest to be used in the search query.public List<String> getBandFilter()
The list of Bands to be displayed in the result for each item.
public void setBandFilter(Collection<String> bandFilter)
The list of Bands to be displayed in the result for each item.
bandFilter
- The list of Bands to be displayed in the result for each item.public RasterDataCollectionQueryWithBandFilterInput withBandFilter(String... bandFilter)
The list of Bands to be displayed in the result for each item.
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
- The list of Bands to be displayed in the result for each item.public RasterDataCollectionQueryWithBandFilterInput withBandFilter(Collection<String> bandFilter)
The list of Bands to be displayed in the result for each item.
bandFilter
- The list of Bands to be displayed in the result for each item.public void setPropertyFilters(PropertyFilters propertyFilters)
The Property Filters used in the search query.
propertyFilters
- The Property Filters used in the search query.public PropertyFilters getPropertyFilters()
The Property Filters used in the search query.
public RasterDataCollectionQueryWithBandFilterInput withPropertyFilters(PropertyFilters propertyFilters)
The Property Filters used in the search query.
propertyFilters
- The Property Filters used in the search query.public void setTimeRangeFilter(TimeRangeFilterInput timeRangeFilter)
The TimeRange Filter used in the search query.
timeRangeFilter
- The TimeRange Filter used in the search query.public TimeRangeFilterInput getTimeRangeFilter()
The TimeRange Filter used in the search query.
public RasterDataCollectionQueryWithBandFilterInput withTimeRangeFilter(TimeRangeFilterInput timeRangeFilter)
The TimeRange Filter used in the search query.
timeRangeFilter
- The TimeRange Filter used in the search query.public String toString()
toString
in class Object
Object.toString()
public RasterDataCollectionQueryWithBandFilterInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.