@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() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Limits the results to a maximum number of domains.
|
String |
getNextToken()
Used for pagination.
|
String |
getPackageID()
The package for which to list associated domains.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Limits the results to a maximum number of domains.
|
void |
setNextToken(String nextToken)
Used for pagination.
|
void |
setPackageID(String packageID)
The package for which to list associated domains.
|
String |
toString()
Returns a string representation of this object.
|
ListDomainsForPackageRequest |
withMaxResults(Integer maxResults)
Limits the results to a maximum number of domains.
|
ListDomainsForPackageRequest |
withNextToken(String nextToken)
Used for pagination.
|
ListDomainsForPackageRequest |
withPackageID(String packageID)
The package for which to list associated domains.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setPackageID(String packageID)
The package for which to list associated domains.
packageID - The package for which to list associated domains.public String getPackageID()
The package for which to list associated domains.
public ListDomainsForPackageRequest withPackageID(String packageID)
The package for which to list associated domains.
packageID - The package for which to list associated domains.public void setMaxResults(Integer maxResults)
Limits the results to a maximum number of domains.
maxResults - Limits the results to a maximum number of domains.public Integer getMaxResults()
Limits the results to a maximum number of domains.
public ListDomainsForPackageRequest withMaxResults(Integer maxResults)
Limits the results to a maximum number of domains.
maxResults - Limits the results to a maximum number of domains.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 ListDomainsForPackageRequest 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 ObjectObject.toString()public ListDomainsForPackageRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.