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