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