@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Property.Builder |
static class |
Property.Type |
| Modifier and Type | Method and Description |
|---|---|
static Property.Builder |
builder() |
EoCloudCoverInput |
eoCloudCover()
The structure representing EoCloudCover property filter containing a lower bound and upper bound.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static Property |
fromEoCloudCover(Consumer<EoCloudCoverInput.Builder> eoCloudCover)
Create an instance of this class with
eoCloudCover() initialized to the given value. |
static Property |
fromEoCloudCover(EoCloudCoverInput eoCloudCover)
Create an instance of this class with
eoCloudCover() initialized to the given value. |
static Property |
fromLandsatCloudCoverLand(Consumer<LandsatCloudCoverLandInput.Builder> landsatCloudCoverLand)
Create an instance of this class with
landsatCloudCoverLand() initialized to the given value. |
static Property |
fromLandsatCloudCoverLand(LandsatCloudCoverLandInput landsatCloudCoverLand)
Create an instance of this class with
landsatCloudCoverLand() initialized to the given value. |
static Property |
fromPlatform(Consumer<PlatformInput.Builder> platform)
Create an instance of this class with
platform() initialized to the given value. |
static Property |
fromPlatform(PlatformInput platform)
Create an instance of this class with
platform() initialized to the given value. |
static Property |
fromViewOffNadir(Consumer<ViewOffNadirInput.Builder> viewOffNadir)
Create an instance of this class with
viewOffNadir() initialized to the given value. |
static Property |
fromViewOffNadir(ViewOffNadirInput viewOffNadir)
Create an instance of this class with
viewOffNadir() initialized to the given value. |
static Property |
fromViewSunAzimuth(Consumer<ViewSunAzimuthInput.Builder> viewSunAzimuth)
Create an instance of this class with
viewSunAzimuth() initialized to the given value. |
static Property |
fromViewSunAzimuth(ViewSunAzimuthInput viewSunAzimuth)
Create an instance of this class with
viewSunAzimuth() initialized to the given value. |
static Property |
fromViewSunElevation(Consumer<ViewSunElevationInput.Builder> viewSunElevation)
Create an instance of this class with
viewSunElevation() initialized to the given value. |
static Property |
fromViewSunElevation(ViewSunElevationInput viewSunElevation)
Create an instance of this class with
viewSunElevation() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LandsatCloudCoverLandInput |
landsatCloudCoverLand()
The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and
upper bound.
|
PlatformInput |
platform()
The structure representing Platform property filter consisting of value and comparison operator.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Property.Builder> |
serializableBuilderClass() |
Property.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Property.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
ViewOffNadirInput |
viewOffNadir()
The structure representing ViewOffNadir property filter containing a lower bound and upper bound.
|
ViewSunAzimuthInput |
viewSunAzimuth()
The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.
|
ViewSunElevationInput |
viewSunElevation()
The structure representing ViewSunElevation property filter containing a lower bound and upper bound.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final EoCloudCoverInput eoCloudCover()
The structure representing EoCloudCover property filter containing a lower bound and upper bound.
public final LandsatCloudCoverLandInput landsatCloudCoverLand()
The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.
public final PlatformInput platform()
The structure representing Platform property filter consisting of value and comparison operator.
public final ViewOffNadirInput viewOffNadir()
The structure representing ViewOffNadir property filter containing a lower bound and upper bound.
public final ViewSunAzimuthInput viewSunAzimuth()
The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.
public final ViewSunElevationInput viewSunElevation()
The structure representing ViewSunElevation property filter containing a lower bound and upper bound.
public Property.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Property.Builder,Property>public static Property.Builder builder()
public static Class<? extends Property.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static Property fromEoCloudCover(EoCloudCoverInput eoCloudCover)
eoCloudCover() initialized to the given value.
The structure representing EoCloudCover property filter containing a lower bound and upper bound.
eoCloudCover - The structure representing EoCloudCover property filter containing a lower bound and upper bound.public static Property fromEoCloudCover(Consumer<EoCloudCoverInput.Builder> eoCloudCover)
eoCloudCover() initialized to the given value.
The structure representing EoCloudCover property filter containing a lower bound and upper bound.
eoCloudCover - The structure representing EoCloudCover property filter containing a lower bound and upper bound.public static Property fromLandsatCloudCoverLand(LandsatCloudCoverLandInput landsatCloudCoverLand)
landsatCloudCoverLand() initialized to the given value.
The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.
landsatCloudCoverLand - The structure representing Land Cloud Cover property filter for Landsat collection containing a lower
bound and upper bound.public static Property fromLandsatCloudCoverLand(Consumer<LandsatCloudCoverLandInput.Builder> landsatCloudCoverLand)
landsatCloudCoverLand() initialized to the given value.
The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.
landsatCloudCoverLand - The structure representing Land Cloud Cover property filter for Landsat collection containing a lower
bound and upper bound.public static Property fromPlatform(PlatformInput platform)
platform() initialized to the given value.
The structure representing Platform property filter consisting of value and comparison operator.
platform - The structure representing Platform property filter consisting of value and comparison operator.public static Property fromPlatform(Consumer<PlatformInput.Builder> platform)
platform() initialized to the given value.
The structure representing Platform property filter consisting of value and comparison operator.
platform - The structure representing Platform property filter consisting of value and comparison operator.public static Property fromViewOffNadir(ViewOffNadirInput viewOffNadir)
viewOffNadir() initialized to the given value.
The structure representing ViewOffNadir property filter containing a lower bound and upper bound.
viewOffNadir - The structure representing ViewOffNadir property filter containing a lower bound and upper bound.public static Property fromViewOffNadir(Consumer<ViewOffNadirInput.Builder> viewOffNadir)
viewOffNadir() initialized to the given value.
The structure representing ViewOffNadir property filter containing a lower bound and upper bound.
viewOffNadir - The structure representing ViewOffNadir property filter containing a lower bound and upper bound.public static Property fromViewSunAzimuth(ViewSunAzimuthInput viewSunAzimuth)
viewSunAzimuth() initialized to the given value.
The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.
viewSunAzimuth - The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.public static Property fromViewSunAzimuth(Consumer<ViewSunAzimuthInput.Builder> viewSunAzimuth)
viewSunAzimuth() initialized to the given value.
The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.
viewSunAzimuth - The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.public static Property fromViewSunElevation(ViewSunElevationInput viewSunElevation)
viewSunElevation() initialized to the given value.
The structure representing ViewSunElevation property filter containing a lower bound and upper bound.
viewSunElevation - The structure representing ViewSunElevation property filter containing a lower bound and upper bound.public static Property fromViewSunElevation(Consumer<ViewSunElevationInput.Builder> viewSunElevation)
viewSunElevation() initialized to the given value.
The structure representing ViewSunElevation property filter containing a lower bound and upper bound.
viewSunElevation - The structure representing ViewSunElevation property filter containing a lower bound and upper bound.public Property.Type type()
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.Copyright © 2023. All rights reserved.