@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePackageGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeletePackageGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DeletePackageGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomain()
The domain that contains the package group to be deleted.
|
String |
getDomainOwner()
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
String |
getPackageGroup()
The pattern of the package group to be deleted.
|
int |
hashCode() |
void |
setDomain(String domain)
The domain that contains the package group to be deleted.
|
void |
setDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
void |
setPackageGroup(String packageGroup)
The pattern of the package group to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeletePackageGroupRequest |
withDomain(String domain)
The domain that contains the package group to be deleted.
|
DeletePackageGroupRequest |
withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
DeletePackageGroupRequest |
withPackageGroup(String packageGroup)
The pattern of the package group to be deleted.
|
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 setDomain(String domain)
The domain that contains the package group to be deleted.
domain
- The domain that contains the package group to be deleted.public String getDomain()
The domain that contains the package group to be deleted.
public DeletePackageGroupRequest withDomain(String domain)
The domain that contains the package group to be deleted.
domain
- The domain that contains the package group to be deleted.public void setDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
domainOwner
- The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include
dashes or spaces.public String getDomainOwner()
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
public DeletePackageGroupRequest withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
domainOwner
- The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include
dashes or spaces.public void setPackageGroup(String packageGroup)
The pattern of the package group to be deleted.
packageGroup
- The pattern of the package group to be deleted.public String getPackageGroup()
The pattern of the package group to be deleted.
public DeletePackageGroupRequest withPackageGroup(String packageGroup)
The pattern of the package group to be deleted.
packageGroup
- The pattern of the package group to be deleted.public String toString()
toString
in class Object
Object.toString()
public DeletePackageGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()