@Generated(value="software.amazon.awssdk:codegen") public final class UpdateEphemerisRequest extends GroundStationRequest implements ToCopyableBuilder<UpdateEphemerisRequest.Builder,UpdateEphemerisRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateEphemerisRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateEphemerisRequest.Builder |
builder() |
Boolean |
enabled()
Whether the ephemeris is enabled or not.
|
String |
ephemerisId()
The AWS Ground Station ephemeris ID.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
A name string associated with the ephemeris.
|
Integer |
priority()
Customer-provided priority score to establish the order in which overlapping ephemerides should be used.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateEphemerisRequest.Builder> |
serializableBuilderClass() |
UpdateEphemerisRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enabled()
Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be re-validated.
public final String ephemerisId()
The AWS Ground Station ephemeris ID.
public final String name()
A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
public final Integer priority()
Customer-provided priority score to establish the order in which overlapping ephemerides should be used.
The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.
Priority must be 1 or greater
The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.
Priority must be 1 or greater
public UpdateEphemerisRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateEphemerisRequest.Builder,UpdateEphemerisRequest>toBuilder in class GroundStationRequestpublic static UpdateEphemerisRequest.Builder builder()
public static Class<? extends UpdateEphemerisRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.