@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SoftwarePackage extends Object implements Serializable, Cloneable, StructuredPojo
Information about a software package.
| Constructor and Description | 
|---|
| SoftwarePackage() | 
| Modifier and Type | Method and Description | 
|---|---|
| SoftwarePackage | clone() | 
| boolean | equals(Object obj) | 
| String | getArchitecture()
 The architecture used for the software package. | 
| String | getEpoch()
 The epoch of the software package. | 
| String | getName()
 The name of the software package. | 
| String | getRelease()
 The release of the software package. | 
| String | getVersion()
 The version of the software package. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setArchitecture(String architecture)
 The architecture used for the software package. | 
| void | setEpoch(String epoch)
 The epoch of the software package. | 
| void | setName(String name)
 The name of the software package. | 
| void | setRelease(String release)
 The release of the software package. | 
| void | setVersion(String version)
 The version of the software package. | 
| String | toString()Returns a string representation of this object. | 
| SoftwarePackage | withArchitecture(String architecture)
 The architecture used for the software package. | 
| SoftwarePackage | withEpoch(String epoch)
 The epoch of the software package. | 
| SoftwarePackage | withName(String name)
 The name of the software package. | 
| SoftwarePackage | withRelease(String release)
 The release of the software package. | 
| SoftwarePackage | withVersion(String version)
 The version of the software package. | 
public void setName(String name)
The name of the software package.
name - The name of the software package.public String getName()
The name of the software package.
public SoftwarePackage withName(String name)
The name of the software package.
name - The name of the software package.public void setVersion(String version)
The version of the software package.
version - The version of the software package.public String getVersion()
The version of the software package.
public SoftwarePackage withVersion(String version)
The version of the software package.
version - The version of the software package.public void setEpoch(String epoch)
The epoch of the software package.
epoch - The epoch of the software package.public String getEpoch()
The epoch of the software package.
public SoftwarePackage withEpoch(String epoch)
The epoch of the software package.
epoch - The epoch of the software package.public void setRelease(String release)
The release of the software package.
release - The release of the software package.public String getRelease()
The release of the software package.
public SoftwarePackage withRelease(String release)
The release of the software package.
release - The release of the software package.public void setArchitecture(String architecture)
The architecture used for the software package.
architecture - The architecture used for the software package.public String getArchitecture()
The architecture used for the software package.
public SoftwarePackage withArchitecture(String architecture)
The architecture used for the software package.
architecture - The architecture used for the software package.public String toString()
toString in class ObjectObject.toString()public SoftwarePackage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.