@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePackageVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DescribePackageVersionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribePackageVersionResult | clone() | 
| boolean | equals(Object obj) | 
| PackageVersionDescription | getPackageVersion()
 A 
 PackageVersionDescription object that contains information about the requested package version. | 
| int | hashCode() | 
| void | setPackageVersion(PackageVersionDescription packageVersion)
 A 
 PackageVersionDescription object that contains information about the requested package version. | 
| String | toString()Returns a string representation of this object. | 
| DescribePackageVersionResult | withPackageVersion(PackageVersionDescription packageVersion)
 A 
 PackageVersionDescription object that contains information about the requested package version. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPackageVersion(PackageVersionDescription packageVersion)
A PackageVersionDescription object that contains information about the requested package version.
packageVersion - A PackageVersionDescription object that contains information about the requested package version.public PackageVersionDescription getPackageVersion()
A PackageVersionDescription object that contains information about the requested package version.
public DescribePackageVersionResult withPackageVersion(PackageVersionDescription packageVersion)
A PackageVersionDescription object that contains information about the requested package version.
packageVersion - A PackageVersionDescription object that contains information about the requested package version.public String toString()
toString in class ObjectObject.toString()public DescribePackageVersionResult clone()