@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ViewSunElevationInput extends Object implements Serializable, Cloneable, StructuredPojo
The input structure for specifying ViewSunElevation angle property filter.
Constructor and Description |
---|
ViewSunElevationInput() |
Modifier and Type | Method and Description |
---|---|
ViewSunElevationInput |
clone() |
boolean |
equals(Object obj) |
Float |
getLowerBound()
The lower bound to view the sun elevation.
|
Float |
getUpperBound()
The upper bound to view the sun elevation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLowerBound(Float lowerBound)
The lower bound to view the sun elevation.
|
void |
setUpperBound(Float upperBound)
The upper bound to view the sun elevation.
|
String |
toString()
Returns a string representation of this object.
|
ViewSunElevationInput |
withLowerBound(Float lowerBound)
The lower bound to view the sun elevation.
|
ViewSunElevationInput |
withUpperBound(Float upperBound)
The upper bound to view the sun elevation.
|
public void setLowerBound(Float lowerBound)
The lower bound to view the sun elevation.
lowerBound
- The lower bound to view the sun elevation.public Float getLowerBound()
The lower bound to view the sun elevation.
public ViewSunElevationInput withLowerBound(Float lowerBound)
The lower bound to view the sun elevation.
lowerBound
- The lower bound to view the sun elevation.public void setUpperBound(Float upperBound)
The upper bound to view the sun elevation.
upperBound
- The upper bound to view the sun elevation.public Float getUpperBound()
The upper bound to view the sun elevation.
public ViewSunElevationInput withUpperBound(Float upperBound)
The upper bound to view the sun elevation.
upperBound
- The upper bound to view the sun elevation.public String toString()
toString
in class Object
Object.toString()
public ViewSunElevationInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.