@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPackageGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListPackageGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
ListPackageGroupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomain()
The domain for which you want to list 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 |
getPrefix()
A prefix for which to search package groups.
|
int |
hashCode() |
void |
setDomain(String domain)
The domain for which you want to list 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 |
setPrefix(String prefix)
A prefix for which to search package groups.
|
String |
toString()
Returns a string representation of this object.
|
ListPackageGroupsRequest |
withDomain(String domain)
The domain for which you want to list package groups.
|
ListPackageGroupsRequest |
withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
ListPackageGroupsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListPackageGroupsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListPackageGroupsRequest |
withPrefix(String prefix)
A prefix for which to search 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 domain for which you want to list package groups.
domain
- The domain for which you want to list package groups.public String getDomain()
The domain for which you want to list package groups.
public ListPackageGroupsRequest withDomain(String domain)
The domain for which you want to list package groups.
domain
- The domain for which you want to list 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 ListPackageGroupsRequest 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 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 ListPackageGroupsRequest 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 ListPackageGroupsRequest 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 void setPrefix(String prefix)
A prefix for which to search package groups. When included, ListPackageGroups
will return only
package groups with patterns that match the prefix.
prefix
- A prefix for which to search package groups. When included, ListPackageGroups
will return
only package groups with patterns that match the prefix.public String getPrefix()
A prefix for which to search package groups. When included, ListPackageGroups
will return only
package groups with patterns that match the prefix.
ListPackageGroups
will return
only package groups with patterns that match the prefix.public ListPackageGroupsRequest withPrefix(String prefix)
A prefix for which to search package groups. When included, ListPackageGroups
will return only
package groups with patterns that match the prefix.
prefix
- A prefix for which to search package groups. When included, ListPackageGroups
will return
only package groups with patterns that match the prefix.public String toString()
toString
in class Object
Object.toString()
public ListPackageGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()