@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RobotSoftwareSuite extends Object implements Serializable, Cloneable, StructuredPojo
Information about a robot software suite (ROS distribution).
| Constructor and Description |
|---|
RobotSoftwareSuite() |
| Modifier and Type | Method and Description |
|---|---|
RobotSoftwareSuite |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the robot software suite (ROS distribution).
|
String |
getVersion()
The version of the robot software suite (ROS distribution).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The name of the robot software suite (ROS distribution).
|
void |
setVersion(String version)
The version of the robot software suite (ROS distribution).
|
String |
toString()
Returns a string representation of this object.
|
RobotSoftwareSuite |
withName(RobotSoftwareSuiteType name)
The name of the robot software suite (ROS distribution).
|
RobotSoftwareSuite |
withName(String name)
The name of the robot software suite (ROS distribution).
|
RobotSoftwareSuite |
withVersion(RobotSoftwareSuiteVersionType version)
The version of the robot software suite (ROS distribution).
|
RobotSoftwareSuite |
withVersion(String version)
The version of the robot software suite (ROS distribution).
|
public void setName(String name)
The name of the robot software suite (ROS distribution).
name - The name of the robot software suite (ROS distribution).RobotSoftwareSuiteTypepublic String getName()
The name of the robot software suite (ROS distribution).
RobotSoftwareSuiteTypepublic RobotSoftwareSuite withName(String name)
The name of the robot software suite (ROS distribution).
name - The name of the robot software suite (ROS distribution).RobotSoftwareSuiteTypepublic RobotSoftwareSuite withName(RobotSoftwareSuiteType name)
The name of the robot software suite (ROS distribution).
name - The name of the robot software suite (ROS distribution).RobotSoftwareSuiteTypepublic void setVersion(String version)
The version of the robot software suite (ROS distribution).
version - The version of the robot software suite (ROS distribution).RobotSoftwareSuiteVersionTypepublic String getVersion()
The version of the robot software suite (ROS distribution).
RobotSoftwareSuiteVersionTypepublic RobotSoftwareSuite withVersion(String version)
The version of the robot software suite (ROS distribution).
version - The version of the robot software suite (ROS distribution).RobotSoftwareSuiteVersionTypepublic RobotSoftwareSuite withVersion(RobotSoftwareSuiteVersionType version)
The version of the robot software suite (ROS distribution).
version - The version of the robot software suite (ROS distribution).RobotSoftwareSuiteVersionTypepublic String toString()
toString in class ObjectObject.toString()public RobotSoftwareSuite clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.