@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDomainsForPackageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Container for the response parameters to the ListDomainsForPackage operation.
| Constructor and Description |
|---|
ListDomainsForPackageResult() |
| Modifier and Type | Method and Description |
|---|---|
ListDomainsForPackageResult |
clone() |
boolean |
equals(Object obj) |
List<DomainPackageDetails> |
getDomainPackageDetailsList()
Information about all domains associated with a package.
|
String |
getNextToken()
When
nextToken is returned, there are more results available. |
int |
hashCode() |
void |
setDomainPackageDetailsList(Collection<DomainPackageDetails> domainPackageDetailsList)
Information about all domains associated with a package.
|
void |
setNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
ListDomainsForPackageResult |
withDomainPackageDetailsList(Collection<DomainPackageDetails> domainPackageDetailsList)
Information about all domains associated with a package.
|
ListDomainsForPackageResult |
withDomainPackageDetailsList(DomainPackageDetails... domainPackageDetailsList)
Information about all domains associated with a package.
|
ListDomainsForPackageResult |
withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<DomainPackageDetails> getDomainPackageDetailsList()
Information about all domains associated with a package.
public void setDomainPackageDetailsList(Collection<DomainPackageDetails> domainPackageDetailsList)
Information about all domains associated with a package.
domainPackageDetailsList - Information about all domains associated with a package.public ListDomainsForPackageResult withDomainPackageDetailsList(DomainPackageDetails... domainPackageDetailsList)
Information about all domains associated with a package.
NOTE: This method appends the values to the existing list (if any). Use
setDomainPackageDetailsList(java.util.Collection) or
withDomainPackageDetailsList(java.util.Collection) if you want to override the existing values.
domainPackageDetailsList - Information about all domains associated with a package.public ListDomainsForPackageResult withDomainPackageDetailsList(Collection<DomainPackageDetails> domainPackageDetailsList)
Information about all domains associated with a package.
domainPackageDetailsList - Information about all domains associated with a package.public void setNextToken(String nextToken)
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public String getNextToken()
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public ListDomainsForPackageResult withNextToken(String nextToken)
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public String toString()
toString in class ObjectObject.toString()public ListDomainsForPackageResult clone()