@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPackagesForDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the request parameters to the 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()
An optional parameter that specifies the maximum number of results to return.
|
String |
getNextToken()
If your initial
ListPackagesForDomain operation returns a nextToken , you can include
the returned nextToken in subsequent ListPackagesForDomain operations, which returns
results in the next page. |
int |
hashCode() |
void |
setDomainName(String domainName)
The name of the domain for which you want to list associated packages.
|
void |
setMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
void |
setNextToken(String nextToken)
If your initial
ListPackagesForDomain operation returns a nextToken , you can include
the returned nextToken in subsequent ListPackagesForDomain operations, which returns
results in the next page. |
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)
An optional parameter that specifies the maximum number of results to return.
|
ListPackagesForDomainRequest |
withNextToken(String nextToken)
If your initial
ListPackagesForDomain operation returns a nextToken , you can include
the returned nextToken in subsequent ListPackagesForDomain operations, which returns
results in the next page. |
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)
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
maxResults
- An optional parameter that specifies the maximum number of results to return. You can use
nextToken
to get the next page of results.public Integer getMaxResults()
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
nextToken
to get the next page of results.public ListPackagesForDomainRequest withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
maxResults
- An optional parameter that specifies the maximum number of results to return. You can use
nextToken
to get the next page of results.public void setNextToken(String nextToken)
If your initial ListPackagesForDomain
operation returns a nextToken
, you can include
the returned nextToken
in subsequent ListPackagesForDomain
operations, which returns
results in the next page.
nextToken
- If your initial ListPackagesForDomain
operation returns a nextToken
, you can
include the returned nextToken
in subsequent ListPackagesForDomain
operations,
which returns results in the next page.public String getNextToken()
If your initial ListPackagesForDomain
operation returns a nextToken
, you can include
the returned nextToken
in subsequent ListPackagesForDomain
operations, which returns
results in the next page.
ListPackagesForDomain
operation returns a nextToken
, you can
include the returned nextToken
in subsequent ListPackagesForDomain
operations,
which returns results in the next page.public ListPackagesForDomainRequest withNextToken(String nextToken)
If your initial ListPackagesForDomain
operation returns a nextToken
, you can include
the returned nextToken
in subsequent ListPackagesForDomain
operations, which returns
results in the next page.
nextToken
- If your initial ListPackagesForDomain
operation returns a nextToken
, you can
include the returned nextToken
in subsequent ListPackagesForDomain
operations,
which returns results in the next page.public String toString()
toString
in class Object
Object.toString()
public ListPackagesForDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()