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