Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class DomainInfos

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.model.DomainInfos
All Implemented Interfaces:
Serializable

public class DomainInfos
extends Object
implements Serializable

Contains a paginated collection of DomainInfo structures.

See Also:
Serialized Form

Constructor Summary
DomainInfos()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DomainInfos

public DomainInfos()
Method Detail

getDomainInfos

public List<DomainInfo> getDomainInfos()
A list of DomainInfo structures.

Returns:
A list of DomainInfo structures.

setDomainInfos

public void setDomainInfos(Collection<DomainInfo> domainInfos)
A list of DomainInfo structures.

Parameters:
domainInfos - A list of DomainInfo structures.

withDomainInfos

public DomainInfos withDomainInfos(DomainInfo... domainInfos)
A list of DomainInfo structures.

Returns a reference to this object so that method calls can be chained together.

Parameters:
domainInfos - A list of DomainInfo structures.
Returns:
A reference to this updated object so that method calls can be chained together.

withDomainInfos

public DomainInfos withDomainInfos(Collection<DomainInfo> domainInfos)
A list of DomainInfo structures.

Returns a reference to this object so that method calls can be chained together.

Parameters:
domainInfos - A list of DomainInfo structures.
Returns:
A reference to this updated object so that method calls can be chained together.

getNextPageToken

public String getNextPageToken()
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.

Constraints:
Length: 0 - 2048

Returns:
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.

setNextPageToken

public void setNextPageToken(String 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.

Constraints:
Length: 0 - 2048

Parameters:
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.

withNextPageToken

public DomainInfos withNextPageToken(String 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.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 0 - 2048

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.