@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMapRunsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListMapRunsResult() |
Modifier and Type | Method and Description |
---|---|
ListMapRunsResult |
clone() |
boolean |
equals(Object obj) |
List<MapRunListItem> |
getMapRuns()
An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run and
the ARN of the state machine that started the Map Run.
|
String |
getNextToken()
If
nextToken is returned, there are more results available. |
int |
hashCode() |
void |
setMapRuns(Collection<MapRunListItem> mapRuns)
An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run and
the ARN of the state machine that started the Map Run.
|
void |
setNextToken(String nextToken)
If
nextToken is returned, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
ListMapRunsResult |
withMapRuns(Collection<MapRunListItem> mapRuns)
An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run and
the ARN of the state machine that started the Map Run.
|
ListMapRunsResult |
withMapRuns(MapRunListItem... mapRuns)
An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run and
the ARN of the state machine that started the Map Run.
|
ListMapRunsResult |
withNextToken(String nextToken)
If
nextToken is returned, there are more results available. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<MapRunListItem> getMapRuns()
An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run and the ARN of the state machine that started the Map Run.
public void setMapRuns(Collection<MapRunListItem> mapRuns)
An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run and the ARN of the state machine that started the Map Run.
mapRuns
- An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map
Run and the ARN of the state machine that started the Map Run.public ListMapRunsResult withMapRuns(MapRunListItem... mapRuns)
An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run and the ARN of the state machine that started the Map Run.
NOTE: This method appends the values to the existing list (if any). Use
setMapRuns(java.util.Collection)
or withMapRuns(java.util.Collection)
if you want to override
the existing values.
mapRuns
- An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map
Run and the ARN of the state machine that started the Map Run.public ListMapRunsResult withMapRuns(Collection<MapRunListItem> mapRuns)
An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map Run and the ARN of the state machine that started the Map Run.
mapRuns
- An array that lists information related to a Map Run, such as the Amazon Resource Name (ARN) of the Map
Run and the ARN of the state machine that started the Map Run.public void setNextToken(String nextToken)
If nextToken
is returned, there are more results available. The value of nextToken
is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination
token will return an HTTP 400 InvalidToken error.
nextToken
- If nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.public String getNextToken()
If nextToken
is returned, there are more results available. The value of nextToken
is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination
token will return an HTTP 400 InvalidToken error.
nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.public ListMapRunsResult withNextToken(String nextToken)
If nextToken
is returned, there are more results available. The value of nextToken
is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination
token will return an HTTP 400 InvalidToken error.
nextToken
- If nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.public String toString()
toString
in class Object
Object.toString()
public ListMapRunsResult clone()