@Generated(value="software.amazon.awssdk:codegen") public final class PlatformInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PlatformInput.Builder,PlatformInput>
The input structure for specifying Platform. Platform refers to the unique name of the specific platform the instrument is attached to. For satellites it is the name of the satellite, eg. landsat-8 (Landsat-8), sentinel-2a.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PlatformInput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PlatformInput.Builder |
builder() |
ComparisonOperator |
comparisonOperator()
The ComparisonOperator to use with PlatformInput.
|
String |
comparisonOperatorAsString()
The ComparisonOperator to use with PlatformInput.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PlatformInput.Builder> |
serializableBuilderClass() |
PlatformInput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of the platform.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ComparisonOperator comparisonOperator()
The ComparisonOperator to use with PlatformInput.
If the service returns an enum value that is not available in the current SDK version,
comparisonOperator will return ComparisonOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from comparisonOperatorAsString().
ComparisonOperatorpublic final String comparisonOperatorAsString()
The ComparisonOperator to use with PlatformInput.
If the service returns an enum value that is not available in the current SDK version,
comparisonOperator will return ComparisonOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from comparisonOperatorAsString().
ComparisonOperatorpublic final String value()
The value of the platform.
public PlatformInput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PlatformInput.Builder,PlatformInput>public static PlatformInput.Builder builder()
public static Class<? extends PlatformInput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.