public class DomainInfos extends Object implements Serializable
Contains a paginated collection of DomainInfo structures.
| Constructor and Description |
|---|
DomainInfos() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<DomainInfo> |
getDomainInfos()
A list of DomainInfo structures.
|
String |
getNextPageToken()
Returns a value if the results are paginated.
|
int |
hashCode() |
void |
setDomainInfos(Collection<DomainInfo> domainInfos)
A list of DomainInfo structures.
|
void |
setNextPageToken(String nextPageToken)
Returns a value if the results are paginated.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DomainInfos |
withDomainInfos(Collection<DomainInfo> domainInfos)
A list of DomainInfo structures.
|
DomainInfos |
withDomainInfos(DomainInfo... domainInfos)
A list of DomainInfo structures.
|
DomainInfos |
withNextPageToken(String nextPageToken)
Returns a value if the results are paginated.
|
public List<DomainInfo> getDomainInfos()
public void setDomainInfos(Collection<DomainInfo> domainInfos)
domainInfos - A list of DomainInfo structures.public DomainInfos withDomainInfos(DomainInfo... domainInfos)
Returns a reference to this object so that method calls can be chained together.
domainInfos - A list of DomainInfo structures.public DomainInfos withDomainInfos(Collection<DomainInfo> domainInfos)
Returns a reference to this object so that method calls can be chained together.
domainInfos - A list of DomainInfo structures.public String getNextPageToken()
Constraints:
Length: 0 - 2048
public void setNextPageToken(String nextPageToken)
Constraints:
Length: 0 - 2048
nextPageToken - Returns a value if the results are paginated. To get the next page of
results, repeat the request specifying this token and all other
arguments unchanged.public DomainInfos withNextPageToken(String nextPageToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 2048
nextPageToken - Returns a value if the results are paginated. To get the next page of
results, repeat the request specifying this token and all other
arguments unchanged.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.