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