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
ListTaskDefintions 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
ListTaskDefintions 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
ListTaskDefintions request. |
ListTaskDefinitionsResult |
withTaskDefinitionArns(String... taskDefinitionArns)
The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefintions request. |
public List<String> getTaskDefinitionArns()
ListTaskDefintions request.ListTaskDefintions request.public void setTaskDefinitionArns(Collection<String> taskDefinitionArns)
ListTaskDefintions request.taskDefinitionArns - The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefintions request.public ListTaskDefinitionsResult withTaskDefinitionArns(String... taskDefinitionArns)
ListTaskDefintions 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
ListTaskDefintions request.public ListTaskDefinitionsResult withTaskDefinitionArns(Collection<String> taskDefinitionArns)
ListTaskDefintions 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
ListTaskDefintions 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 ObjectObject.toString()public ListTaskDefinitionsResult clone()
Copyright © 2015. All rights reserved.