|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.simpleworkflow.model.DomainInfos
public class DomainInfos
Contains a paginated collection of DomainInfo structures.
Constructor Summary | |
---|---|
DomainInfos()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<DomainInfo> |
getDomainInfos()
A list of DomainInfo structures. |
java.lang.String |
getNextPageToken()
Returns a value if the results are paginated. |
int |
hashCode()
|
void |
setDomainInfos(java.util.Collection<DomainInfo> domainInfos)
A list of DomainInfo structures. |
void |
setNextPageToken(java.lang.String nextPageToken)
Returns a value if the results are paginated. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DomainInfos |
withDomainInfos(java.util.Collection<DomainInfo> domainInfos)
A list of DomainInfo structures. |
DomainInfos |
withDomainInfos(DomainInfo... domainInfos)
A list of DomainInfo structures. |
DomainInfos |
withNextPageToken(java.lang.String nextPageToken)
Returns a value if the results are paginated. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DomainInfos()
Method Detail |
---|
public java.util.List<DomainInfo> getDomainInfos()
public void setDomainInfos(java.util.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(java.util.Collection<DomainInfo> domainInfos)
Returns a reference to this object so that method calls can be chained together.
domainInfos
- A list of DomainInfo structures.
public java.lang.String getNextPageToken()
Constraints:
Length: 0 - 2048
public void setNextPageToken(java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |