Class UpdateEphemerisRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.groundstation.model.GroundStationRequest
-
- software.amazon.awssdk.services.groundstation.model.UpdateEphemerisRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateEphemerisRequest.Builder,UpdateEphemerisRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateEphemerisRequest extends GroundStationRequest implements ToCopyableBuilder<UpdateEphemerisRequest.Builder,UpdateEphemerisRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateEphemerisRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateEphemerisRequest.Builderbuilder()Booleanenabled()Whether the ephemeris is enabled or not.StringephemerisId()The AWS Ground Station ephemeris ID.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()A name string associated with the ephemeris.Integerpriority()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
enabled
public final Boolean enabled()
Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be re-validated.
- Returns:
- Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be re-validated.
-
ephemerisId
public final String ephemerisId()
The AWS Ground Station ephemeris ID.
- Returns:
- The AWS Ground Station ephemeris ID.
-
name
public final String name()
A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
- Returns:
- A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
-
priority
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
- Returns:
- 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
-
toBuilder
public UpdateEphemerisRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateEphemerisRequest.Builder,UpdateEphemerisRequest>- Specified by:
toBuilderin classGroundStationRequest
-
builder
public static UpdateEphemerisRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateEphemerisRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-