@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SimulationApplicationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information for a simulation application.
Constructor and Description |
---|
SimulationApplicationSummary() |
Modifier and Type | Method and Description |
---|---|
SimulationApplicationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the simulation application.
|
Date |
getLastUpdatedAt()
The time, in milliseconds since the epoch, when the simulation application was last updated.
|
String |
getName()
The name of the simulation application.
|
RobotSoftwareSuite |
getRobotSoftwareSuite()
Information about a robot software suite (ROS distribution).
|
SimulationSoftwareSuite |
getSimulationSoftwareSuite()
Information about a simulation software suite.
|
String |
getVersion()
The version of the simulation application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the simulation application.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation application was last updated.
|
void |
setName(String name)
The name of the simulation application.
|
void |
setRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about a robot software suite (ROS distribution).
|
void |
setSimulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite)
Information about a simulation software suite.
|
void |
setVersion(String version)
The version of the simulation application.
|
String |
toString()
Returns a string representation of this object.
|
SimulationApplicationSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the simulation application.
|
SimulationApplicationSummary |
withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation application was last updated.
|
SimulationApplicationSummary |
withName(String name)
The name of the simulation application.
|
SimulationApplicationSummary |
withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about a robot software suite (ROS distribution).
|
SimulationApplicationSummary |
withSimulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite)
Information about a simulation software suite.
|
SimulationApplicationSummary |
withVersion(String version)
The version of the simulation application.
|
public void setName(String name)
The name of the simulation application.
name
- The name of the simulation application.public String getName()
The name of the simulation application.
public SimulationApplicationSummary withName(String name)
The name of the simulation application.
name
- The name of the simulation application.public void setArn(String arn)
The Amazon Resource Name (ARN) of the simulation application.
arn
- The Amazon Resource Name (ARN) of the simulation application.public String getArn()
The Amazon Resource Name (ARN) of the simulation application.
public SimulationApplicationSummary withArn(String arn)
The Amazon Resource Name (ARN) of the simulation application.
arn
- The Amazon Resource Name (ARN) of the simulation application.public void setVersion(String version)
The version of the simulation application.
version
- The version of the simulation application.public String getVersion()
The version of the simulation application.
public SimulationApplicationSummary withVersion(String version)
The version of the simulation application.
version
- The version of the simulation application.public void setLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation application was last updated.
lastUpdatedAt
- The time, in milliseconds since the epoch, when the simulation application was last updated.public Date getLastUpdatedAt()
The time, in milliseconds since the epoch, when the simulation application was last updated.
public SimulationApplicationSummary withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation application was last updated.
lastUpdatedAt
- The time, in milliseconds since the epoch, when the simulation application was last updated.public void setRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about a robot software suite (ROS distribution).
robotSoftwareSuite
- Information about a robot software suite (ROS distribution).public RobotSoftwareSuite getRobotSoftwareSuite()
Information about a robot software suite (ROS distribution).
public SimulationApplicationSummary withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about a robot software suite (ROS distribution).
robotSoftwareSuite
- Information about a robot software suite (ROS distribution).public void setSimulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite)
Information about a simulation software suite.
simulationSoftwareSuite
- Information about a simulation software suite.public SimulationSoftwareSuite getSimulationSoftwareSuite()
Information about a simulation software suite.
public SimulationApplicationSummary withSimulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite)
Information about a simulation software suite.
simulationSoftwareSuite
- Information about a simulation software suite.public String toString()
toString
in class Object
Object.toString()
public SimulationApplicationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.