@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).RobotSoftwareSuiteType
public String getName()
The name of the robot software suite (ROS distribution).
RobotSoftwareSuiteType
public RobotSoftwareSuite withName(String name)
The name of the robot software suite (ROS distribution).
name
- The name of the robot software suite (ROS distribution).RobotSoftwareSuiteType
public RobotSoftwareSuite withName(RobotSoftwareSuiteType name)
The name of the robot software suite (ROS distribution).
name
- The name of the robot software suite (ROS distribution).RobotSoftwareSuiteType
public void setVersion(String version)
The version of the robot software suite (ROS distribution).
version
- The version of the robot software suite (ROS distribution).RobotSoftwareSuiteVersionType
public String getVersion()
The version of the robot software suite (ROS distribution).
RobotSoftwareSuiteVersionType
public RobotSoftwareSuite withVersion(String version)
The version of the robot software suite (ROS distribution).
version
- The version of the robot software suite (ROS distribution).RobotSoftwareSuiteVersionType
public RobotSoftwareSuite withVersion(RobotSoftwareSuiteVersionType version)
The version of the robot software suite (ROS distribution).
version
- The version of the robot software suite (ROS distribution).RobotSoftwareSuiteVersionType
public String toString()
toString
in class Object
Object.toString()
public RobotSoftwareSuite clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.