@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GroundStationData extends Object implements Serializable, Cloneable, StructuredPojo
Information about the ground station data.
Constructor and Description |
---|
GroundStationData() |
Modifier and Type | Method and Description |
---|---|
GroundStationData |
clone() |
boolean |
equals(Object obj) |
String |
getGroundStationId()
UUID of a ground station.
|
String |
getGroundStationName()
Name of a ground station.
|
String |
getRegion()
Ground station Region.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGroundStationId(String groundStationId)
UUID of a ground station.
|
void |
setGroundStationName(String groundStationName)
Name of a ground station.
|
void |
setRegion(String region)
Ground station Region.
|
String |
toString()
Returns a string representation of this object.
|
GroundStationData |
withGroundStationId(String groundStationId)
UUID of a ground station.
|
GroundStationData |
withGroundStationName(String groundStationName)
Name of a ground station.
|
GroundStationData |
withRegion(String region)
Ground station Region.
|
public void setGroundStationId(String groundStationId)
UUID of a ground station.
groundStationId
- UUID of a ground station.public String getGroundStationId()
UUID of a ground station.
public GroundStationData withGroundStationId(String groundStationId)
UUID of a ground station.
groundStationId
- UUID of a ground station.public void setGroundStationName(String groundStationName)
Name of a ground station.
groundStationName
- Name of a ground station.public String getGroundStationName()
Name of a ground station.
public GroundStationData withGroundStationName(String groundStationName)
Name of a ground station.
groundStationName
- Name of a ground station.public void setRegion(String region)
Ground station Region.
region
- Ground station Region.public String getRegion()
Ground station Region.
public GroundStationData withRegion(String region)
Ground station Region.
region
- Ground station Region.public String toString()
toString
in class Object
Object.toString()
public GroundStationData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.