@Generated(value="software.amazon.awssdk:codegen") public final class ViewSunAzimuthInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ViewSunAzimuthInput.Builder,ViewSunAzimuthInput>
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).
| Modifier and Type | Class and Description |
|---|---|
static interface |
ViewSunAzimuthInput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ViewSunAzimuthInput.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Float |
lowerBound()
The minimum value for ViewSunAzimuth property filter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ViewSunAzimuthInput.Builder> |
serializableBuilderClass() |
ViewSunAzimuthInput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Float |
upperBound()
The maximum value for ViewSunAzimuth property filter.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Float lowerBound()
The minimum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth greater than or equal to this value.
public final Float upperBound()
The maximum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth lesser than or equal to this value.
public ViewSunAzimuthInput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ViewSunAzimuthInput.Builder,ViewSunAzimuthInput>public static ViewSunAzimuthInput.Builder builder()
public static Class<? extends ViewSunAzimuthInput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.