@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DissociatePackageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for request parameters to 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 that you want to associate the package with.
|
String |
getPackageID()
Internal ID of the package that you want to associate with a domain.
|
int |
hashCode() |
void |
setDomainName(String domainName)
Name of the domain that you want to associate the package with.
|
void |
setPackageID(String packageID)
Internal ID of the package that you want to associate with a domain.
|
String |
toString()
Returns a string representation of this object.
|
DissociatePackageRequest |
withDomainName(String domainName)
Name of the domain that you want to associate the package with.
|
DissociatePackageRequest |
withPackageID(String packageID)
Internal ID of the package that you want to associate with a 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 that you want to associate with a domain. Use DescribePackages
to find
this value.
packageID
- Internal ID of the package that you want to associate with a domain. Use DescribePackages
to
find this value.public String getPackageID()
Internal ID of the package that you want to associate with a domain. Use DescribePackages
to find
this value.
DescribePackages
to
find this value.public DissociatePackageRequest withPackageID(String packageID)
Internal ID of the package that you want to associate with a domain. Use DescribePackages
to find
this value.
packageID
- Internal ID of the package that you want to associate with a domain. Use DescribePackages
to
find this value.public void setDomainName(String domainName)
Name of the domain that you want to associate the package with.
domainName
- Name of the domain that you want to associate the package with.public String getDomainName()
Name of the domain that you want to associate the package with.
public DissociatePackageRequest withDomainName(String domainName)
Name of the domain that you want to associate the package with.
domainName
- Name of the domain that you want to associate the package with.public String toString()
toString
in class Object
Object.toString()
public DissociatePackageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()