@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEphemerisRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateEphemerisRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateEphemerisRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Whether the ephemeris is enabled or not.
|
String |
getEphemerisId()
The AWS Ground Station ephemeris ID.
|
String |
getName()
A name string associated with the ephemeris.
|
Integer |
getPriority()
Customer-provided priority score to establish the order in which overlapping ephemerides should be used.
|
int |
hashCode() |
Boolean |
isEnabled()
Whether the ephemeris is enabled or not.
|
void |
setEnabled(Boolean enabled)
Whether the ephemeris is enabled or not.
|
void |
setEphemerisId(String ephemerisId)
The AWS Ground Station ephemeris ID.
|
void |
setName(String name)
A name string associated with the ephemeris.
|
void |
setPriority(Integer priority)
Customer-provided priority score to establish the order in which overlapping ephemerides should be used.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEphemerisRequest |
withEnabled(Boolean enabled)
Whether the ephemeris is enabled or not.
|
UpdateEphemerisRequest |
withEphemerisId(String ephemerisId)
The AWS Ground Station ephemeris ID.
|
UpdateEphemerisRequest |
withName(String name)
A name string associated with the ephemeris.
|
UpdateEphemerisRequest |
withPriority(Integer priority)
Customer-provided priority score to establish the order in which overlapping ephemerides should be used.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEnabled(Boolean enabled)
Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be re-validated.
enabled
- Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be
re-validated.public Boolean getEnabled()
Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be re-validated.
public UpdateEphemerisRequest withEnabled(Boolean enabled)
Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be re-validated.
enabled
- Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be
re-validated.public Boolean isEnabled()
Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be re-validated.
public void setEphemerisId(String ephemerisId)
The AWS Ground Station ephemeris ID.
ephemerisId
- The AWS Ground Station ephemeris ID.public String getEphemerisId()
The AWS Ground Station ephemeris ID.
public UpdateEphemerisRequest withEphemerisId(String ephemerisId)
The AWS Ground Station ephemeris ID.
ephemerisId
- The AWS Ground Station ephemeris ID.public void setName(String name)
A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
name
- A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.public String getName()
A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
public UpdateEphemerisRequest withName(String name)
A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
name
- A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.public void setPriority(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
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
public Integer getPriority()
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 withPriority(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
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
public String toString()
toString
in class Object
Object.toString()
public UpdateEphemerisRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()