@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DissociatePackageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Container for the response returned by an DissociatePackage
operation.
Constructor and Description |
---|
DissociatePackageResult() |
Modifier and Type | Method and Description |
---|---|
DissociatePackageResult |
clone() |
boolean |
equals(Object obj) |
DomainPackageDetails |
getDomainPackageDetails()
Information about a package that has been dissociated from the domain.
|
int |
hashCode() |
void |
setDomainPackageDetails(DomainPackageDetails domainPackageDetails)
Information about a package that has been dissociated from the domain.
|
String |
toString()
Returns a string representation of this object.
|
DissociatePackageResult |
withDomainPackageDetails(DomainPackageDetails domainPackageDetails)
Information about a package that has been dissociated from the domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomainPackageDetails(DomainPackageDetails domainPackageDetails)
Information about a package that has been dissociated from the domain.
domainPackageDetails
- Information about a package that has been dissociated from the domain.public DomainPackageDetails getDomainPackageDetails()
Information about a package that has been dissociated from the domain.
public DissociatePackageResult withDomainPackageDetails(DomainPackageDetails domainPackageDetails)
Information about a package that has been dissociated from the domain.
domainPackageDetails
- Information about a package that has been dissociated from the domain.public String toString()
toString
in class Object
Object.toString()
public DissociatePackageResult clone()