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