@Generated(value="software.amazon.awssdk:codegen") public final class EphemerisTypeDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EphemerisTypeDescription.Builder,EphemerisTypeDescription>
| Modifier and Type | Class and Description |
|---|---|
static interface |
EphemerisTypeDescription.Builder |
static class |
EphemerisTypeDescription.Type |
| Modifier and Type | Method and Description |
|---|---|
static EphemerisTypeDescription.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static EphemerisTypeDescription |
fromOem(Consumer<EphemerisDescription.Builder> oem)
Create an instance of this class with
oem() initialized to the given value. |
static EphemerisTypeDescription |
fromOem(EphemerisDescription oem)
Create an instance of this class with
oem() initialized to the given value. |
static EphemerisTypeDescription |
fromTle(Consumer<EphemerisDescription.Builder> tle)
Create an instance of this class with
tle() initialized to the given value. |
static EphemerisTypeDescription |
fromTle(EphemerisDescription tle)
Create an instance of this class with
tle() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
EphemerisDescription |
oem()
Returns the value of the Oem property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EphemerisTypeDescription.Builder> |
serializableBuilderClass() |
EphemerisDescription |
tle()
Returns the value of the Tle property for this object.
|
EphemerisTypeDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
EphemerisTypeDescription.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final EphemerisDescription oem()
public final EphemerisDescription tle()
public EphemerisTypeDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EphemerisTypeDescription.Builder,EphemerisTypeDescription>public static EphemerisTypeDescription.Builder builder()
public static Class<? extends EphemerisTypeDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static EphemerisTypeDescription fromOem(EphemerisDescription oem)
oem() initialized to the given value.
Sets the value of the Oem property for this object.oem - The new value for the Oem property for this object.public static EphemerisTypeDescription fromOem(Consumer<EphemerisDescription.Builder> oem)
oem() initialized to the given value.
Sets the value of the Oem property for this object.oem - The new value for the Oem property for this object.public static EphemerisTypeDescription fromTle(EphemerisDescription tle)
tle() initialized to the given value.
Sets the value of the Tle property for this object.tle - The new value for the Tle property for this object.public static EphemerisTypeDescription fromTle(Consumer<EphemerisDescription.Builder> tle)
tle() initialized to the given value.
Sets the value of the Tle property for this object.tle - The new value for the Tle property for this object.public EphemerisTypeDescription.Type type()
EphemerisTypeDescription.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 EphemerisTypeDescription.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.