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

public class DomainInfos
extends java.lang.Object

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

DomainInfos

public DomainInfos()
Method Detail

getDomainInfos

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

Returns:
A list of DomainInfo structures.

setDomainInfos

public void setDomainInfos(java.util.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(java.util.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 java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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