@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SatelliteListItem extends Object implements Serializable, Cloneable, StructuredPojo
Item in a list of satellites.
| Constructor and Description |
|---|
SatelliteListItem() |
| Modifier and Type | Method and Description |
|---|---|
SatelliteListItem |
clone() |
boolean |
equals(Object obj) |
Integer |
getNoradSatelliteID()
NORAD satellite ID number.
|
String |
getSatelliteArn()
ARN of a satellite.
|
String |
getSatelliteId()
ID of a satellite.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setNoradSatelliteID(Integer noradSatelliteID)
NORAD satellite ID number.
|
void |
setSatelliteArn(String satelliteArn)
ARN of a satellite.
|
void |
setSatelliteId(String satelliteId)
ID of a satellite.
|
String |
toString()
Returns a string representation of this object.
|
SatelliteListItem |
withNoradSatelliteID(Integer noradSatelliteID)
NORAD satellite ID number.
|
SatelliteListItem |
withSatelliteArn(String satelliteArn)
ARN of a satellite.
|
SatelliteListItem |
withSatelliteId(String satelliteId)
ID of a satellite.
|
public void setNoradSatelliteID(Integer noradSatelliteID)
NORAD satellite ID number.
noradSatelliteID - NORAD satellite ID number.public Integer getNoradSatelliteID()
NORAD satellite ID number.
public SatelliteListItem 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 SatelliteListItem withSatelliteArn(String satelliteArn)
ARN of a satellite.
satelliteArn - ARN of a satellite.public void setSatelliteId(String satelliteId)
ID of a satellite.
satelliteId - ID of a satellite.public String getSatelliteId()
ID of a satellite.
public SatelliteListItem withSatelliteId(String satelliteId)
ID of a satellite.
satelliteId - ID of a satellite.public String toString()
toString in class ObjectObject.toString()public SatelliteListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.