@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DissociatePackageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the request parameters to the DissociatePackage
operation.
NOOP
Constructor and Description |
---|
DissociatePackageRequest() |
Modifier and Type | Method and Description |
---|---|
DissociatePackageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
Name of the domain to dissociate the package from.
|
String |
getPackageID()
Internal ID of the package to dissociate from the domain.
|
int |
hashCode() |
void |
setDomainName(String domainName)
Name of the domain to dissociate the package from.
|
void |
setPackageID(String packageID)
Internal ID of the package to dissociate from the domain.
|
String |
toString()
Returns a string representation of this object.
|
DissociatePackageRequest |
withDomainName(String domainName)
Name of the domain to dissociate the package from.
|
DissociatePackageRequest |
withPackageID(String packageID)
Internal ID of the package to dissociate from the domain.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setPackageID(String packageID)
Internal ID of the package to dissociate from the domain. Use ListPackagesForDomain
to find this
value.
packageID
- Internal ID of the package to dissociate from the domain. Use ListPackagesForDomain
to find
this value.public String getPackageID()
Internal ID of the package to dissociate from the domain. Use ListPackagesForDomain
to find this
value.
ListPackagesForDomain
to find
this value.public DissociatePackageRequest withPackageID(String packageID)
Internal ID of the package to dissociate from the domain. Use ListPackagesForDomain
to find this
value.
packageID
- Internal ID of the package to dissociate from the domain. Use ListPackagesForDomain
to find
this value.public void setDomainName(String domainName)
Name of the domain to dissociate the package from.
domainName
- Name of the domain to dissociate the package from.public String getDomainName()
Name of the domain to dissociate the package from.
public DissociatePackageRequest withDomainName(String domainName)
Name of the domain to dissociate the package from.
domainName
- Name of the domain to dissociate the package from.public String toString()
toString
in class Object
Object.toString()
public DissociatePackageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()