@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RobotSoftwareSuite extends Object implements Serializable, Cloneable, StructuredPojo
Information about a robot software suite.
| 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.
|
String |
getVersion()
The version of the robot software suite.
|
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.
|
void |
setVersion(String version)
The version of the robot software suite.
|
String |
toString()
Returns a string representation of this object.
|
RobotSoftwareSuite |
withName(RobotSoftwareSuiteType name)
The name of the robot software suite.
|
RobotSoftwareSuite |
withName(String name)
The name of the robot software suite.
|
RobotSoftwareSuite |
withVersion(RobotSoftwareSuiteVersionType version)
The version of the robot software suite.
|
RobotSoftwareSuite |
withVersion(String version)
The version of the robot software suite.
|
public void setName(String name)
The name of the robot software suite.
name - The name of the robot software suite.RobotSoftwareSuiteTypepublic String getName()
The name of the robot software suite.
RobotSoftwareSuiteTypepublic RobotSoftwareSuite withName(String name)
The name of the robot software suite.
name - The name of the robot software suite.RobotSoftwareSuiteTypepublic RobotSoftwareSuite withName(RobotSoftwareSuiteType name)
The name of the robot software suite.
name - The name of the robot software suite.RobotSoftwareSuiteTypepublic void setVersion(String version)
The version of the robot software suite.
version - The version of the robot software suite.RobotSoftwareSuiteVersionTypepublic String getVersion()
The version of the robot software suite.
RobotSoftwareSuiteVersionTypepublic RobotSoftwareSuite withVersion(String version)
The version of the robot software suite.
version - The version of the robot software suite.RobotSoftwareSuiteVersionTypepublic RobotSoftwareSuite withVersion(RobotSoftwareSuiteVersionType version)
The version of the robot software suite.
version - The version of the robot software suite.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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.