@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSatelliteResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetSatelliteResult() |
| Modifier and Type | Method and Description |
|---|---|
GetSatelliteResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getGroundStations()
A list of ground stations to which the satellite is on-boarded.
|
Integer |
getNoradSatelliteID()
NORAD satellite ID number.
|
String |
getSatelliteArn()
ARN of a satellite.
|
String |
getSatelliteId()
UUID of a satellite.
|
int |
hashCode() |
void |
setGroundStations(Collection<String> groundStations)
A list of ground stations to which the satellite is on-boarded.
|
void |
setNoradSatelliteID(Integer noradSatelliteID)
NORAD satellite ID number.
|
void |
setSatelliteArn(String satelliteArn)
ARN of a satellite.
|
void |
setSatelliteId(String satelliteId)
UUID of a satellite.
|
String |
toString()
Returns a string representation of this object.
|
GetSatelliteResult |
withGroundStations(Collection<String> groundStations)
A list of ground stations to which the satellite is on-boarded.
|
GetSatelliteResult |
withGroundStations(String... groundStations)
A list of ground stations to which the satellite is on-boarded.
|
GetSatelliteResult |
withNoradSatelliteID(Integer noradSatelliteID)
NORAD satellite ID number.
|
GetSatelliteResult |
withSatelliteArn(String satelliteArn)
ARN of a satellite.
|
GetSatelliteResult |
withSatelliteId(String satelliteId)
UUID of a satellite.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getGroundStations()
A list of ground stations to which the satellite is on-boarded.
public void setGroundStations(Collection<String> groundStations)
A list of ground stations to which the satellite is on-boarded.
groundStations - A list of ground stations to which the satellite is on-boarded.public GetSatelliteResult withGroundStations(String... groundStations)
A list of ground stations to which the satellite is on-boarded.
NOTE: This method appends the values to the existing list (if any). Use
setGroundStations(java.util.Collection) or withGroundStations(java.util.Collection) if you want
to override the existing values.
groundStations - A list of ground stations to which the satellite is on-boarded.public GetSatelliteResult withGroundStations(Collection<String> groundStations)
A list of ground stations to which the satellite is on-boarded.
groundStations - A list of ground stations to which the satellite is on-boarded.public void setNoradSatelliteID(Integer noradSatelliteID)
NORAD satellite ID number.
noradSatelliteID - NORAD satellite ID number.public Integer getNoradSatelliteID()
NORAD satellite ID number.
public GetSatelliteResult withNoradSatelliteID(Integer noradSatelliteID)
NORAD satellite ID number.
noradSatelliteID - NORAD satellite ID number.public void setSatelliteArn(String satelliteArn)
ARN of a satellite.
satelliteArn - ARN of a satellite.public String getSatelliteArn()
ARN of a satellite.
public GetSatelliteResult withSatelliteArn(String satelliteArn)
ARN of a satellite.
satelliteArn - ARN of a satellite.public void setSatelliteId(String satelliteId)
UUID of a satellite.
satelliteId - UUID of a satellite.public String getSatelliteId()
UUID of a satellite.
public GetSatelliteResult withSatelliteId(String satelliteId)
UUID of a satellite.
satelliteId - UUID of a satellite.public String toString()
toString in class ObjectObject.toString()public GetSatelliteResult clone()
Copyright © 2021. All rights reserved.