@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPackagesForDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Container for the response parameters to the ListPackagesForDomain
operation.
Constructor and Description |
---|
ListPackagesForDomainResult() |
Modifier and Type | Method and Description |
---|---|
ListPackagesForDomainResult |
clone() |
boolean |
equals(Object obj) |
List<DomainPackageDetails> |
getDomainPackageDetailsList()
List of all packages associated with a domain.
|
String |
getNextToken()
When
nextToken is returned, there are more results available. |
int |
hashCode() |
void |
setDomainPackageDetailsList(Collection<DomainPackageDetails> domainPackageDetailsList)
List of all packages associated with a domain.
|
void |
setNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
ListPackagesForDomainResult |
withDomainPackageDetailsList(Collection<DomainPackageDetails> domainPackageDetailsList)
List of all packages associated with a domain.
|
ListPackagesForDomainResult |
withDomainPackageDetailsList(DomainPackageDetails... domainPackageDetailsList)
List of all packages associated with a domain.
|
ListPackagesForDomainResult |
withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DomainPackageDetails> getDomainPackageDetailsList()
List of all packages associated with a domain.
public void setDomainPackageDetailsList(Collection<DomainPackageDetails> domainPackageDetailsList)
List of all packages associated with a domain.
domainPackageDetailsList
- List of all packages associated with a domain.public ListPackagesForDomainResult withDomainPackageDetailsList(DomainPackageDetails... domainPackageDetailsList)
List of all packages associated with a domain.
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
- List of all packages associated with a domain.public ListPackagesForDomainResult withDomainPackageDetailsList(Collection<DomainPackageDetails> domainPackageDetailsList)
List of all packages associated with a domain.
domainPackageDetailsList
- List of all packages associated with a domain.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 ListPackagesForDomainResult 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 Object
Object.toString()
public ListPackagesForDomainResult clone()