@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSignalCatalogNodesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSignalCatalogNodesResult() |
Modifier and Type | Method and Description |
---|---|
ListSignalCatalogNodesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to retrieve the next set of results, or
null if there are no more results. |
List<Node> |
getNodes()
A list of information about nodes.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to retrieve the next set of results, or
null if there are no more results. |
void |
setNodes(Collection<Node> nodes)
A list of information about nodes.
|
String |
toString()
Returns a string representation of this object.
|
ListSignalCatalogNodesResult |
withNextToken(String nextToken)
The token to retrieve the next set of results, or
null if there are no more results. |
ListSignalCatalogNodesResult |
withNodes(Collection<Node> nodes)
A list of information about nodes.
|
ListSignalCatalogNodesResult |
withNodes(Node... nodes)
A list of information about nodes.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Node> getNodes()
A list of information about nodes.
public void setNodes(Collection<Node> nodes)
A list of information about nodes.
nodes
- A list of information about nodes.public ListSignalCatalogNodesResult withNodes(Node... nodes)
A list of information about nodes.
NOTE: This method appends the values to the existing list (if any). Use
setNodes(java.util.Collection)
or withNodes(java.util.Collection)
if you want to override the
existing values.
nodes
- A list of information about nodes.public ListSignalCatalogNodesResult withNodes(Collection<Node> nodes)
A list of information about nodes.
nodes
- A list of information about nodes.public void setNextToken(String nextToken)
The token to retrieve the next set of results, or null
if there are no more results.
nextToken
- The token to retrieve the next set of results, or null
if there are no more results.public String getNextToken()
The token to retrieve the next set of results, or null
if there are no more results.
null
if there are no more results.public ListSignalCatalogNodesResult withNextToken(String nextToken)
The token to retrieve the next set of results, or null
if there are no more results.
nextToken
- The token to retrieve the next set of results, or null
if there are no more results.public String toString()
toString
in class Object
Object.toString()
public ListSignalCatalogNodesResult clone()