@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPackagesForDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for request parameters to ListPackagesForDomain
operation.
NOOP
Constructor and Description |
---|
ListPackagesForDomainRequest() |
Modifier and Type | Method and Description |
---|---|
ListPackagesForDomainRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The name of the domain for which you want to list associated packages.
|
Integer |
getMaxResults()
Limits results to a maximum number of packages.
|
String |
getNextToken()
Used for pagination.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The name of the domain for which you want to list associated packages.
|
void |
setMaxResults(Integer maxResults)
Limits results to a maximum number of packages.
|
void |
setNextToken(String nextToken)
Used for pagination.
|
String |
toString()
Returns a string representation of this object.
|
ListPackagesForDomainRequest |
withDomainName(String domainName)
The name of the domain for which you want to list associated packages.
|
ListPackagesForDomainRequest |
withMaxResults(Integer maxResults)
Limits results to a maximum number of packages.
|
ListPackagesForDomainRequest |
withNextToken(String nextToken)
Used for pagination.
|
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 setDomainName(String domainName)
The name of the domain for which you want to list associated packages.
domainName
- The name of the domain for which you want to list associated packages.public String getDomainName()
The name of the domain for which you want to list associated packages.
public ListPackagesForDomainRequest withDomainName(String domainName)
The name of the domain for which you want to list associated packages.
domainName
- The name of the domain for which you want to list associated packages.public void setMaxResults(Integer maxResults)
Limits results to a maximum number of packages.
maxResults
- Limits results to a maximum number of packages.public Integer getMaxResults()
Limits results to a maximum number of packages.
public ListPackagesForDomainRequest withMaxResults(Integer maxResults)
Limits results to a maximum number of packages.
maxResults
- Limits results to a maximum number of packages.public void setNextToken(String nextToken)
Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.
nextToken
- Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If
provided, returns results for the next page.public String getNextToken()
Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.
public ListPackagesForDomainRequest withNextToken(String nextToken)
Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.
nextToken
- Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If
provided, returns results for the next page.public String toString()
toString
in class Object
Object.toString()
public ListPackagesForDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()