java.lang.Object
software.amazon.awssdk.services.sagemakergeospatial.model.Property
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<Property.Builder,Property>

@Generated("software.amazon.awssdk:codegen") public final class Property extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Property.Builder,Property>

Represents a single searchable property to search on.

See Also:
  • Method Details

    • eoCloudCover

      public final EoCloudCoverInput eoCloudCover()

      The structure representing EoCloudCover property filter containing a lower bound and upper bound.

      Returns:
      The structure representing EoCloudCover property filter containing a lower bound and upper bound.
    • landsatCloudCoverLand

      public final LandsatCloudCoverLandInput landsatCloudCoverLand()

      The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.

      Returns:
      The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.
    • platform

      public final PlatformInput platform()

      The structure representing Platform property filter consisting of value and comparison operator.

      Returns:
      The structure representing Platform property filter consisting of value and comparison operator.
    • viewOffNadir

      public final ViewOffNadirInput viewOffNadir()

      The structure representing ViewOffNadir property filter containing a lower bound and upper bound.

      Returns:
      The structure representing ViewOffNadir property filter containing a lower bound and upper bound.
    • viewSunAzimuth

      public final ViewSunAzimuthInput viewSunAzimuth()

      The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.

      Returns:
      The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.
    • viewSunElevation

      public final ViewSunElevationInput viewSunElevation()

      The structure representing ViewSunElevation property filter containing a lower bound and upper bound.

      Returns:
      The structure representing ViewSunElevation property filter containing a lower bound and upper bound.
    • toBuilder

      public Property.Builder toBuilder()
      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<Property.Builder,Property>
      Returns:
      a builder for type T
    • builder

      public static Property.Builder builder()
    • serializableBuilderClass

      public static Class<? extends Property.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • fromEoCloudCover

      public static Property fromEoCloudCover(EoCloudCoverInput eoCloudCover)
      Create an instance of this class with eoCloudCover() initialized to the given value.

      The structure representing EoCloudCover property filter containing a lower bound and upper bound.

      Parameters:
      eoCloudCover - The structure representing EoCloudCover property filter containing a lower bound and upper bound.
    • fromEoCloudCover

      public static Property fromEoCloudCover(Consumer<EoCloudCoverInput.Builder> eoCloudCover)
      Create an instance of this class with eoCloudCover() initialized to the given value.

      The structure representing EoCloudCover property filter containing a lower bound and upper bound.

      Parameters:
      eoCloudCover - The structure representing EoCloudCover property filter containing a lower bound and upper bound.
    • fromLandsatCloudCoverLand

      public static Property fromLandsatCloudCoverLand(LandsatCloudCoverLandInput landsatCloudCoverLand)
      Create an instance of this class with landsatCloudCoverLand() initialized to the given value.

      The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.

      Parameters:
      landsatCloudCoverLand - The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.
    • fromLandsatCloudCoverLand

      public static Property fromLandsatCloudCoverLand(Consumer<LandsatCloudCoverLandInput.Builder> landsatCloudCoverLand)
      Create an instance of this class with landsatCloudCoverLand() initialized to the given value.

      The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.

      Parameters:
      landsatCloudCoverLand - The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.
    • fromPlatform

      public static Property fromPlatform(PlatformInput platform)
      Create an instance of this class with platform() initialized to the given value.

      The structure representing Platform property filter consisting of value and comparison operator.

      Parameters:
      platform - The structure representing Platform property filter consisting of value and comparison operator.
    • fromPlatform

      public static Property fromPlatform(Consumer<PlatformInput.Builder> platform)
      Create an instance of this class with platform() initialized to the given value.

      The structure representing Platform property filter consisting of value and comparison operator.

      Parameters:
      platform - The structure representing Platform property filter consisting of value and comparison operator.
    • fromViewOffNadir

      public static Property fromViewOffNadir(ViewOffNadirInput viewOffNadir)
      Create an instance of this class with viewOffNadir() initialized to the given value.

      The structure representing ViewOffNadir property filter containing a lower bound and upper bound.

      Parameters:
      viewOffNadir - The structure representing ViewOffNadir property filter containing a lower bound and upper bound.
    • fromViewOffNadir

      public static Property fromViewOffNadir(Consumer<ViewOffNadirInput.Builder> viewOffNadir)
      Create an instance of this class with viewOffNadir() initialized to the given value.

      The structure representing ViewOffNadir property filter containing a lower bound and upper bound.

      Parameters:
      viewOffNadir - The structure representing ViewOffNadir property filter containing a lower bound and upper bound.
    • fromViewSunAzimuth

      public static Property fromViewSunAzimuth(ViewSunAzimuthInput viewSunAzimuth)
      Create an instance of this class with viewSunAzimuth() initialized to the given value.

      The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.

      Parameters:
      viewSunAzimuth - The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.
    • fromViewSunAzimuth

      public static Property fromViewSunAzimuth(Consumer<ViewSunAzimuthInput.Builder> viewSunAzimuth)
      Create an instance of this class with viewSunAzimuth() initialized to the given value.

      The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.

      Parameters:
      viewSunAzimuth - The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.
    • fromViewSunElevation

      public static Property fromViewSunElevation(ViewSunElevationInput viewSunElevation)
      Create an instance of this class with viewSunElevation() initialized to the given value.

      The structure representing ViewSunElevation property filter containing a lower bound and upper bound.

      Parameters:
      viewSunElevation - The structure representing ViewSunElevation property filter containing a lower bound and upper bound.
    • fromViewSunElevation

      public static Property fromViewSunElevation(Consumer<ViewSunElevationInput.Builder> viewSunElevation)
      Create an instance of this class with viewSunElevation() initialized to the given value.

      The structure representing ViewSunElevation property filter containing a lower bound and upper bound.

      Parameters:
      viewSunElevation - The structure representing ViewSunElevation property filter containing a lower bound and upper bound.
    • type

      public Property.Type type()
      Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will be Property.Type.UNKNOWN_TO_SDK_VERSION if the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will be Property.Type.UNKNOWN_TO_SDK_VERSION if zero members are set, and null if more than one member is set.
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.