Class ViewSunAzimuthInput
- java.lang.Object
-
- software.amazon.awssdk.services.sagemakergeospatial.model.ViewSunAzimuthInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ViewSunAzimuthInput.Builder,ViewSunAzimuthInput>
@Generated("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).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceViewSunAzimuthInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ViewSunAzimuthInput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()FloatlowerBound()The minimum value for ViewSunAzimuth property filter.List<SdkField<?>>sdkFields()static Class<? extends ViewSunAzimuthInput.Builder>serializableBuilderClass()ViewSunAzimuthInput.BuildertoBuilder()StringtoString()Returns a string representation of this object.FloatupperBound()The maximum value for ViewSunAzimuth property filter.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
lowerBound
public final Float lowerBound()
The minimum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth greater than or equal to this value.
- Returns:
- The minimum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth greater than or equal to this value.
-
upperBound
public final Float upperBound()
The maximum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth lesser than or equal to this value.
- Returns:
- The maximum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth lesser than or equal to this value.
-
toBuilder
public ViewSunAzimuthInput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ViewSunAzimuthInput.Builder,ViewSunAzimuthInput>
-
builder
public static ViewSunAzimuthInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends ViewSunAzimuthInput.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-