@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSubPackageGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSubPackageGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
ListSubPackageGroupsRequest |
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 which contains the package group from which to list sub package groups.
|
String |
getDomainOwner()
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
Integer |
getMaxResults()
The maximum number of results to return per page.
|
String |
getNextToken()
The token for the next set of results.
|
String |
getPackageGroup()
The pattern of the package group from which to list sub package groups.
|
int |
hashCode() |
void |
setDomain(String domain)
The name of the domain which contains the package group from which to list sub package groups.
|
void |
setDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setPackageGroup(String packageGroup)
The pattern of the package group from which to list sub package groups.
|
String |
toString()
Returns a string representation of this object.
|
ListSubPackageGroupsRequest |
withDomain(String domain)
The name of the domain which contains the package group from which to list sub package groups.
|
ListSubPackageGroupsRequest |
withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
ListSubPackageGroupsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListSubPackageGroupsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListSubPackageGroupsRequest |
withPackageGroup(String packageGroup)
The pattern of the package group from which to list sub package groups.
|
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 which contains the package group from which to list sub package groups.
domain
- The name of the domain which contains the package group from which to list sub package groups.public String getDomain()
The name of the domain which contains the package group from which to list sub package groups.
public ListSubPackageGroupsRequest withDomain(String domain)
The name of the domain which contains the package group from which to list sub package groups.
domain
- The name of the domain which contains the package group from which to list sub package groups.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 ListSubPackageGroupsRequest 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 from which to list sub package groups.
packageGroup
- The pattern of the package group from which to list sub package groups.public String getPackageGroup()
The pattern of the package group from which to list sub package groups.
public ListSubPackageGroupsRequest withPackageGroup(String packageGroup)
The pattern of the package group from which to list sub package groups.
packageGroup
- The pattern of the package group from which to list sub package groups.public void setMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults
- The maximum number of results to return per page.public Integer getMaxResults()
The maximum number of results to return per page.
public ListSubPackageGroupsRequest withMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults
- The maximum number of results to return per page.public void setNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String getNextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public ListSubPackageGroupsRequest withNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListSubPackageGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()