public class ListTaskDefinitionsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ListTaskDefinitionsResult() |
Modifier and Type | Method and Description |
---|---|
ListTaskDefinitionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The
nextToken value to include in a future
ListTaskDefinitions request. |
List<String> |
getTaskDefinitionArns()
The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitions request. |
int |
hashCode() |
void |
setNextToken(String nextToken)
The
nextToken value to include in a future
ListTaskDefinitions request. |
void |
setTaskDefinitionArns(Collection<String> taskDefinitionArns)
The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitions request. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTaskDefinitionsResult |
withNextToken(String nextToken)
The
nextToken value to include in a future
ListTaskDefinitions request. |
ListTaskDefinitionsResult |
withTaskDefinitionArns(Collection<String> taskDefinitionArns)
The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitions request. |
ListTaskDefinitionsResult |
withTaskDefinitionArns(String... taskDefinitionArns)
The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitions request. |
public List<String> getTaskDefinitionArns()
ListTaskDefinitions
request.ListTaskDefinitions
request.public void setTaskDefinitionArns(Collection<String> taskDefinitionArns)
ListTaskDefinitions
request.taskDefinitionArns
- The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitions
request.public ListTaskDefinitionsResult withTaskDefinitionArns(String... taskDefinitionArns)
ListTaskDefinitions
request.
NOTE: This method appends the values to the existing list (if
any). Use setTaskDefinitionArns(java.util.Collection)
or
withTaskDefinitionArns(java.util.Collection)
if you want to
override the existing values.
Returns a reference to this object so that method calls can be chained together.
taskDefinitionArns
- The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitions
request.public ListTaskDefinitionsResult withTaskDefinitionArns(Collection<String> taskDefinitionArns)
ListTaskDefinitions
request.
Returns a reference to this object so that method calls can be chained together.
taskDefinitionArns
- The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitions
request.public String getNextToken()
nextToken
value to include in a future
ListTaskDefinitions
request. When the results of a
ListTaskDefinitions
request exceed
maxResults
, this value can be used to retrieve the next
page of results. This value is null
when there are no
more results to return.nextToken
value to include in a future
ListTaskDefinitions
request. When the results of a
ListTaskDefinitions
request exceed
maxResults
, this value can be used to retrieve the next
page of results. This value is null
when there are no
more results to return.public void setNextToken(String nextToken)
nextToken
value to include in a future
ListTaskDefinitions
request. When the results of a
ListTaskDefinitions
request exceed
maxResults
, this value can be used to retrieve the next
page of results. This value is null
when there are no
more results to return.nextToken
- The nextToken
value to include in a future
ListTaskDefinitions
request. When the results of a
ListTaskDefinitions
request exceed
maxResults
, this value can be used to retrieve the next
page of results. This value is null
when there are no
more results to return.public ListTaskDefinitionsResult withNextToken(String nextToken)
nextToken
value to include in a future
ListTaskDefinitions
request. When the results of a
ListTaskDefinitions
request exceed
maxResults
, this value can be used to retrieve the next
page of results. This value is null
when there are no
more results to return.
Returns a reference to this object so that method calls can be chained together.
nextToken
- The nextToken
value to include in a future
ListTaskDefinitions
request. When the results of a
ListTaskDefinitions
request exceed
maxResults
, this value can be used to retrieve the next
page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public ListTaskDefinitionsResult clone()
Copyright © 2015. All rights reserved.