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