@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LandsatCloudCoverLandInput extends Object implements Serializable, Cloneable, StructuredPojo
The structure representing Land Cloud Cover property for Landsat data collection.
Constructor and Description |
---|
LandsatCloudCoverLandInput() |
Modifier and Type | Method and Description |
---|---|
LandsatCloudCoverLandInput |
clone() |
boolean |
equals(Object obj) |
Float |
getLowerBound()
The minimum value for Land Cloud Cover property filter.
|
Float |
getUpperBound()
The maximum value for Land Cloud Cover property filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLowerBound(Float lowerBound)
The minimum value for Land Cloud Cover property filter.
|
void |
setUpperBound(Float upperBound)
The maximum value for Land Cloud Cover property filter.
|
String |
toString()
Returns a string representation of this object.
|
LandsatCloudCoverLandInput |
withLowerBound(Float lowerBound)
The minimum value for Land Cloud Cover property filter.
|
LandsatCloudCoverLandInput |
withUpperBound(Float upperBound)
The maximum value for Land Cloud Cover property filter.
|
public void setLowerBound(Float lowerBound)
The minimum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover greater than or equal to this value.
lowerBound
- The minimum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover
greater than or equal to this value.public Float getLowerBound()
The minimum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover greater than or equal to this value.
public LandsatCloudCoverLandInput withLowerBound(Float lowerBound)
The minimum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover greater than or equal to this value.
lowerBound
- The minimum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover
greater than or equal to this value.public void setUpperBound(Float upperBound)
The maximum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover less than or equal to this value.
upperBound
- The maximum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover
less than or equal to this value.public Float getUpperBound()
The maximum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover less than or equal to this value.
public LandsatCloudCoverLandInput withUpperBound(Float upperBound)
The maximum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover less than or equal to this value.
upperBound
- The maximum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover
less than or equal to this value.public String toString()
toString
in class Object
Object.toString()
public LandsatCloudCoverLandInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.