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