public class ListAssociationsResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAssociationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<Association> |
getAssociations()
The associations.
|
String |
getNextToken()
The token to use when requesting the next set of items.
|
int |
hashCode() |
void |
setAssociations(Collection<Association> associations)
The associations.
|
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListAssociationsResult |
withAssociations(Association... associations)
The associations.
|
ListAssociationsResult |
withAssociations(Collection<Association> associations)
The associations.
|
ListAssociationsResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
public List<Association> getAssociations()
public void setAssociations(Collection<Association> associations)
associations - The associations.public ListAssociationsResult withAssociations(Association... associations)
Returns a reference to this object so that method calls can be chained together.
associations - The associations.public ListAssociationsResult withAssociations(Collection<Association> associations)
Returns a reference to this object so that method calls can be chained together.
associations - The associations.public String getNextToken()
public void setNextToken(String nextToken)
nextToken - The token to use when requesting the next set of items. If there are
no additional items to return, the string is empty.public ListAssociationsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - The token to use when requesting the next set of items. If there are
no additional items to return, the string is empty.public String toString()
toString in class ObjectObject.toString()public ListAssociationsResult clone()
Copyright © 2015. All rights reserved.