@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStateMachinesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListStateMachinesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListStateMachinesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If a
nextToken is returned by a previous call, there are more results available. |
List<StateMachineListItem> |
getStateMachines() |
int |
hashCode() |
void |
setNextToken(String nextToken)
If a
nextToken is returned by a previous call, there are more results available. |
void |
setStateMachines(Collection<StateMachineListItem> stateMachines) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListStateMachinesResult |
withNextToken(String nextToken)
If a
nextToken is returned by a previous call, there are more results available. |
ListStateMachinesResult |
withStateMachines(Collection<StateMachineListItem> stateMachines) |
ListStateMachinesResult |
withStateMachines(StateMachineListItem... stateMachines)
NOTE: This method appends the values to the existing list (if any).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<StateMachineListItem> getStateMachines()
public void setStateMachines(Collection<StateMachineListItem> stateMachines)
stateMachines - public ListStateMachinesResult withStateMachines(StateMachineListItem... stateMachines)
NOTE: This method appends the values to the existing list (if any). Use
setStateMachines(java.util.Collection) or withStateMachines(java.util.Collection) if you want
to override the existing values.
stateMachines - public ListStateMachinesResult withStateMachines(Collection<StateMachineListItem> stateMachines)
stateMachines - public void setNextToken(String nextToken)
If a nextToken is returned by a previous call, there are more results available. To retrieve the
next page of results, make the call again using the returned token in nextToken. Keep all other
arguments unchanged.
The configured maxResults determines how many results can be returned in a single call.
nextToken - If a nextToken is returned by a previous call, there are more results available. To retrieve
the next page of results, make the call again using the returned token in nextToken. Keep all
other arguments unchanged.
The configured maxResults determines how many results can be returned in a single call.
public String getNextToken()
If a nextToken is returned by a previous call, there are more results available. To retrieve the
next page of results, make the call again using the returned token in nextToken. Keep all other
arguments unchanged.
The configured maxResults determines how many results can be returned in a single call.
nextToken is returned by a previous call, there are more results available. To retrieve
the next page of results, make the call again using the returned token in nextToken. Keep
all other arguments unchanged.
The configured maxResults determines how many results can be returned in a single call.
public ListStateMachinesResult withNextToken(String nextToken)
If a nextToken is returned by a previous call, there are more results available. To retrieve the
next page of results, make the call again using the returned token in nextToken. Keep all other
arguments unchanged.
The configured maxResults determines how many results can be returned in a single call.
nextToken - If a nextToken is returned by a previous call, there are more results available. To retrieve
the next page of results, make the call again using the returned token in nextToken. Keep all
other arguments unchanged.
The configured maxResults determines how many results can be returned in a single call.
public String toString()
toString in class ObjectObject.toString()public ListStateMachinesResult clone()
Copyright © 2018. All rights reserved.