@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDomainsForPackageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the request parameters to the ListDomainsForPackage
operation.
NOOP
Constructor and Description |
---|
ListDomainsForPackageRequest() |
Modifier and Type | Method and Description |
---|---|
ListDomainsForPackageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
An optional parameter that specifies the maximum number of results to return.
|
String |
getNextToken()
If your initial
ListDomainsForPackage operation returns a nextToken , you can include
the returned nextToken in subsequent ListDomainsForPackage operations, which returns
results in the next page. |
String |
getPackageID()
The unique identifier of the package for which to list associated domains.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
void |
setNextToken(String nextToken)
If your initial
ListDomainsForPackage operation returns a nextToken , you can include
the returned nextToken in subsequent ListDomainsForPackage operations, which returns
results in the next page. |
void |
setPackageID(String packageID)
The unique identifier of the package for which to list associated domains.
|
String |
toString()
Returns a string representation of this object.
|
ListDomainsForPackageRequest |
withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListDomainsForPackageRequest |
withNextToken(String nextToken)
If your initial
ListDomainsForPackage operation returns a nextToken , you can include
the returned nextToken in subsequent ListDomainsForPackage operations, which returns
results in the next page. |
ListDomainsForPackageRequest |
withPackageID(String packageID)
The unique identifier of the package for which to list associated domains.
|
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 setPackageID(String packageID)
The unique identifier of the package for which to list associated domains.
packageID
- The unique identifier of the package for which to list associated domains.public String getPackageID()
The unique identifier of the package for which to list associated domains.
public ListDomainsForPackageRequest withPackageID(String packageID)
The unique identifier of the package for which to list associated domains.
packageID
- The unique identifier of the package for which to list associated domains.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 ListDomainsForPackageRequest 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 ListDomainsForPackage
operation returns a nextToken
, you can include
the returned nextToken
in subsequent ListDomainsForPackage
operations, which returns
results in the next page.
nextToken
- If your initial ListDomainsForPackage
operation returns a nextToken
, you can
include the returned nextToken
in subsequent ListDomainsForPackage
operations,
which returns results in the next page.public String getNextToken()
If your initial ListDomainsForPackage
operation returns a nextToken
, you can include
the returned nextToken
in subsequent ListDomainsForPackage
operations, which returns
results in the next page.
ListDomainsForPackage
operation returns a nextToken
, you can
include the returned nextToken
in subsequent ListDomainsForPackage
operations,
which returns results in the next page.public ListDomainsForPackageRequest withNextToken(String nextToken)
If your initial ListDomainsForPackage
operation returns a nextToken
, you can include
the returned nextToken
in subsequent ListDomainsForPackage
operations, which returns
results in the next page.
nextToken
- If your initial ListDomainsForPackage
operation returns a nextToken
, you can
include the returned nextToken
in subsequent ListDomainsForPackage
operations,
which returns results in the next page.public String toString()
toString
in class Object
Object.toString()
public ListDomainsForPackageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()