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