@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ViewSunAzimuthInput extends Object implements Serializable, Cloneable, StructuredPojo
The input structure for specifying ViewSunAzimuth property filter. ViewSunAzimuth refers to the Sun azimuth angle. From the scene center point on the ground, this is the angle between truth north and the sun. Measured clockwise in degrees (0-360).
Constructor and Description |
---|
ViewSunAzimuthInput() |
Modifier and Type | Method and Description |
---|---|
ViewSunAzimuthInput |
clone() |
boolean |
equals(Object obj) |
Float |
getLowerBound()
The minimum value for ViewSunAzimuth property filter.
|
Float |
getUpperBound()
The maximum value for ViewSunAzimuth property filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLowerBound(Float lowerBound)
The minimum value for ViewSunAzimuth property filter.
|
void |
setUpperBound(Float upperBound)
The maximum value for ViewSunAzimuth property filter.
|
String |
toString()
Returns a string representation of this object.
|
ViewSunAzimuthInput |
withLowerBound(Float lowerBound)
The minimum value for ViewSunAzimuth property filter.
|
ViewSunAzimuthInput |
withUpperBound(Float upperBound)
The maximum value for ViewSunAzimuth property filter.
|
public void setLowerBound(Float lowerBound)
The minimum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth greater than or equal to this value.
lowerBound
- The minimum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth greater
than or equal to this value.public Float getLowerBound()
The minimum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth greater than or equal to this value.
public ViewSunAzimuthInput withLowerBound(Float lowerBound)
The minimum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth greater than or equal to this value.
lowerBound
- The minimum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth greater
than or equal to this value.public void setUpperBound(Float upperBound)
The maximum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth lesser than or equal to this value.
upperBound
- The maximum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth lesser than
or equal to this value.public Float getUpperBound()
The maximum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth lesser than or equal to this value.
public ViewSunAzimuthInput withUpperBound(Float upperBound)
The maximum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth lesser than or equal to this value.
upperBound
- The maximum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth lesser than
or equal to this value.public String toString()
toString
in class Object
Object.toString()
public ViewSunAzimuthInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.