AWS SDK for C++
1.8.153
AWS SDK for C++
|
#include <ListTasksRequest.h>
Additional Inherited Members | |
![]() | |
virtual void | DumpBodyToUrl (Aws::Http::URI &uri) const |
Definition at line 23 of file ListTasksRequest.h.
Aws::ECS::Model::ListTasksRequest::ListTasksRequest | ( | ) |
|
inline |
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the tasks to list. If you do not specify a cluster, the default cluster is assumed.
Definition at line 51 of file ListTasksRequest.h.
|
inline |
The container instance ID or full ARN of the container instance with which to filter the ListTasks
results. Specifying a containerInstance
limits the results to tasks that belong to that container instance.
Definition at line 110 of file ListTasksRequest.h.
|
inline |
The task desired status with which to filter the ListTasks
results. Specifying a desiredStatus
of STOPPED
limits the results to tasks that Amazon ECS has set the desired status to STOPPED
. This can be useful for debugging tasks that are not starting properly or have died or finished. The default status filter is RUNNING
, which shows tasks that Amazon ECS has set the desired status to RUNNING
.
Although you can filter results based on a desired status of PENDING
, this does not return any results. Amazon ECS never sets the desired status of a task to that value (only a task's lastStatus
may have a value of PENDING
).
Definition at line 498 of file ListTasksRequest.h.
|
inline |
The name of the family with which to filter the ListTasks
results. Specifying a family
limits the results to tasks that belong to that family.
Definition at line 173 of file ListTasksRequest.h.
|
inline |
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the tasks to list. If you do not specify a cluster, the default cluster is assumed.
Definition at line 44 of file ListTasksRequest.h.
|
inline |
The container instance ID or full ARN of the container instance with which to filter the ListTasks
results. Specifying a containerInstance
limits the results to tasks that belong to that container instance.
Definition at line 102 of file ListTasksRequest.h.
|
inline |
The task desired status with which to filter the ListTasks
results. Specifying a desiredStatus
of STOPPED
limits the results to tasks that Amazon ECS has set the desired status to STOPPED
. This can be useful for debugging tasks that are not starting properly or have died or finished. The default status filter is RUNNING
, which shows tasks that Amazon ECS has set the desired status to RUNNING
.
Although you can filter results based on a desired status of PENDING
, this does not return any results. Amazon ECS never sets the desired status of a task to that value (only a task's lastStatus
may have a value of PENDING
).
Definition at line 483 of file ListTasksRequest.h.
|
inline |
The name of the family with which to filter the ListTasks
results. Specifying a family
limits the results to tasks that belong to that family.
Definition at line 166 of file ListTasksRequest.h.
|
inline |
The launch type for services to list.
Definition at line 564 of file ListTasksRequest.h.
|
inline |
The maximum number of task results returned by ListTasks
in paginated output. When this parameter is used, ListTasks
only returns maxResults
results in a single page along with a nextToken
response element. The remaining results of the initial request can be seen by sending another ListTasks
request with the returned nextToken
value. This value can be between 1 and 100. If this parameter is not used, then ListTasks
returns up to 100 results and a nextToken
value if applicable.
Definition at line 317 of file ListTasksRequest.h.
|
inline |
The nextToken
value returned from a ListTasks
request indicating that more results are available to fulfill the request and further calls will be needed. If maxResults
was provided, it is possible the number of results to be fewer than maxResults
.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
Definition at line 227 of file ListTasksRequest.h.
|
overridevirtual |
Reimplemented from Aws::ECS::ECSRequest.
|
inline |
The name of the service with which to filter the ListTasks
results. Specifying a serviceName
limits the results to tasks that belong to that service.
Definition at line 418 of file ListTasksRequest.h.
|
inlineoverridevirtual |
Implements Aws::AmazonWebServiceRequest.
Definition at line 32 of file ListTasksRequest.h.
|
inline |
The startedBy
value with which to filter the task results. Specifying a startedBy
value limits the results to tasks that were started with that value.
Definition at line 361 of file ListTasksRequest.h.
|
inline |
The launch type for services to list.
Definition at line 569 of file ListTasksRequest.h.
|
inline |
The maximum number of task results returned by ListTasks
in paginated output. When this parameter is used, ListTasks
only returns maxResults
results in a single page along with a nextToken
response element. The remaining results of the initial request can be seen by sending another ListTasks
request with the returned nextToken
value. This value can be between 1 and 100. If this parameter is not used, then ListTasks
returns up to 100 results and a nextToken
value if applicable.
Definition at line 329 of file ListTasksRequest.h.
|
inline |
The nextToken
value returned from a ListTasks
request indicating that more results are available to fulfill the request and further calls will be needed. If maxResults
was provided, it is possible the number of results to be fewer than maxResults
.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
Definition at line 238 of file ListTasksRequest.h.
|
overridevirtual |
Convert payload into String.
Implements Aws::AmazonSerializableWebServiceRequest.
|
inline |
The name of the service with which to filter the ListTasks
results. Specifying a serviceName
limits the results to tasks that belong to that service.
Definition at line 425 of file ListTasksRequest.h.
|
inline |
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the tasks to list. If you do not specify a cluster, the default cluster is assumed.
Definition at line 65 of file ListTasksRequest.h.
|
inline |
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the tasks to list. If you do not specify a cluster, the default cluster is assumed.
Definition at line 58 of file ListTasksRequest.h.
|
inline |
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the tasks to list. If you do not specify a cluster, the default cluster is assumed.
Definition at line 72 of file ListTasksRequest.h.
|
inline |
The container instance ID or full ARN of the container instance with which to filter the ListTasks
results. Specifying a containerInstance
limits the results to tasks that belong to that container instance.
Definition at line 126 of file ListTasksRequest.h.
|
inline |
The container instance ID or full ARN of the container instance with which to filter the ListTasks
results. Specifying a containerInstance
limits the results to tasks that belong to that container instance.
Definition at line 118 of file ListTasksRequest.h.
|
inline |
The container instance ID or full ARN of the container instance with which to filter the ListTasks
results. Specifying a containerInstance
limits the results to tasks that belong to that container instance.
Definition at line 134 of file ListTasksRequest.h.
|
inline |
The task desired status with which to filter the ListTasks
results. Specifying a desiredStatus
of STOPPED
limits the results to tasks that Amazon ECS has set the desired status to STOPPED
. This can be useful for debugging tasks that are not starting properly or have died or finished. The default status filter is RUNNING
, which shows tasks that Amazon ECS has set the desired status to RUNNING
.
Although you can filter results based on a desired status of PENDING
, this does not return any results. Amazon ECS never sets the desired status of a task to that value (only a task's lastStatus
may have a value of PENDING
).
Definition at line 513 of file ListTasksRequest.h.
|
inline |
The task desired status with which to filter the ListTasks
results. Specifying a desiredStatus
of STOPPED
limits the results to tasks that Amazon ECS has set the desired status to STOPPED
. This can be useful for debugging tasks that are not starting properly or have died or finished. The default status filter is RUNNING
, which shows tasks that Amazon ECS has set the desired status to RUNNING
.
Although you can filter results based on a desired status of PENDING
, this does not return any results. Amazon ECS never sets the desired status of a task to that value (only a task's lastStatus
may have a value of PENDING
).
Definition at line 528 of file ListTasksRequest.h.
|
inline |
The name of the family with which to filter the ListTasks
results. Specifying a family
limits the results to tasks that belong to that family.
Definition at line 187 of file ListTasksRequest.h.
|
inline |
The name of the family with which to filter the ListTasks
results. Specifying a family
limits the results to tasks that belong to that family.
Definition at line 180 of file ListTasksRequest.h.
|
inline |
The name of the family with which to filter the ListTasks
results. Specifying a family
limits the results to tasks that belong to that family.
Definition at line 194 of file ListTasksRequest.h.
|
inline |
The launch type for services to list.
Definition at line 574 of file ListTasksRequest.h.
|
inline |
The launch type for services to list.
Definition at line 579 of file ListTasksRequest.h.
|
inline |
The maximum number of task results returned by ListTasks
in paginated output. When this parameter is used, ListTasks
only returns maxResults
results in a single page along with a nextToken
response element. The remaining results of the initial request can be seen by sending another ListTasks
request with the returned nextToken
value. This value can be between 1 and 100. If this parameter is not used, then ListTasks
returns up to 100 results and a nextToken
value if applicable.
Definition at line 341 of file ListTasksRequest.h.
|
inline |
The nextToken
value returned from a ListTasks
request indicating that more results are available to fulfill the request and further calls will be needed. If maxResults
was provided, it is possible the number of results to be fewer than maxResults
.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
Definition at line 260 of file ListTasksRequest.h.
|
inline |
The nextToken
value returned from a ListTasks
request indicating that more results are available to fulfill the request and further calls will be needed. If maxResults
was provided, it is possible the number of results to be fewer than maxResults
.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
Definition at line 249 of file ListTasksRequest.h.
|
inline |
The nextToken
value returned from a ListTasks
request indicating that more results are available to fulfill the request and further calls will be needed. If maxResults
was provided, it is possible the number of results to be fewer than maxResults
.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
Definition at line 271 of file ListTasksRequest.h.
|
inline |
The name of the service with which to filter the ListTasks
results. Specifying a serviceName
limits the results to tasks that belong to that service.
Definition at line 439 of file ListTasksRequest.h.
|
inline |
The name of the service with which to filter the ListTasks
results. Specifying a serviceName
limits the results to tasks that belong to that service.
Definition at line 432 of file ListTasksRequest.h.
|
inline |
The name of the service with which to filter the ListTasks
results. Specifying a serviceName
limits the results to tasks that belong to that service.
Definition at line 446 of file ListTasksRequest.h.
|
inline |
The startedBy
value with which to filter the task results. Specifying a startedBy
value limits the results to tasks that were started with that value.
Definition at line 382 of file ListTasksRequest.h.
|
inline |
The startedBy
value with which to filter the task results. Specifying a startedBy
value limits the results to tasks that were started with that value.
Definition at line 375 of file ListTasksRequest.h.
|
inline |
The startedBy
value with which to filter the task results. Specifying a startedBy
value limits the results to tasks that were started with that value.
Definition at line 389 of file ListTasksRequest.h.
|
inline |
The startedBy
value with which to filter the task results. Specifying a startedBy
value limits the results to tasks that were started with that value.
Definition at line 368 of file ListTasksRequest.h.
|
inline |
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the tasks to list. If you do not specify a cluster, the default cluster is assumed.
Definition at line 86 of file ListTasksRequest.h.
|
inline |
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the tasks to list. If you do not specify a cluster, the default cluster is assumed.
Definition at line 79 of file ListTasksRequest.h.
|
inline |
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the tasks to list. If you do not specify a cluster, the default cluster is assumed.
Definition at line 93 of file ListTasksRequest.h.
|
inline |
The container instance ID or full ARN of the container instance with which to filter the ListTasks
results. Specifying a containerInstance
limits the results to tasks that belong to that container instance.
Definition at line 150 of file ListTasksRequest.h.
|
inline |
The container instance ID or full ARN of the container instance with which to filter the ListTasks
results. Specifying a containerInstance
limits the results to tasks that belong to that container instance.
Definition at line 142 of file ListTasksRequest.h.
|
inline |
The container instance ID or full ARN of the container instance with which to filter the ListTasks
results. Specifying a containerInstance
limits the results to tasks that belong to that container instance.
Definition at line 158 of file ListTasksRequest.h.
|
inline |
The task desired status with which to filter the ListTasks
results. Specifying a desiredStatus
of STOPPED
limits the results to tasks that Amazon ECS has set the desired status to STOPPED
. This can be useful for debugging tasks that are not starting properly or have died or finished. The default status filter is RUNNING
, which shows tasks that Amazon ECS has set the desired status to RUNNING
.
Although you can filter results based on a desired status of PENDING
, this does not return any results. Amazon ECS never sets the desired status of a task to that value (only a task's lastStatus
may have a value of PENDING
).
Definition at line 543 of file ListTasksRequest.h.
|
inline |
The task desired status with which to filter the ListTasks
results. Specifying a desiredStatus
of STOPPED
limits the results to tasks that Amazon ECS has set the desired status to STOPPED
. This can be useful for debugging tasks that are not starting properly or have died or finished. The default status filter is RUNNING
, which shows tasks that Amazon ECS has set the desired status to RUNNING
.
Although you can filter results based on a desired status of PENDING
, this does not return any results. Amazon ECS never sets the desired status of a task to that value (only a task's lastStatus
may have a value of PENDING
).
Definition at line 558 of file ListTasksRequest.h.
|
inline |
The name of the family with which to filter the ListTasks
results. Specifying a family
limits the results to tasks that belong to that family.
Definition at line 208 of file ListTasksRequest.h.
|
inline |
The name of the family with which to filter the ListTasks
results. Specifying a family
limits the results to tasks that belong to that family.
Definition at line 201 of file ListTasksRequest.h.
|
inline |
The name of the family with which to filter the ListTasks
results. Specifying a family
limits the results to tasks that belong to that family.
Definition at line 215 of file ListTasksRequest.h.
|
inline |
The launch type for services to list.
Definition at line 584 of file ListTasksRequest.h.
|
inline |
The launch type for services to list.
Definition at line 589 of file ListTasksRequest.h.
|
inline |
The maximum number of task results returned by ListTasks
in paginated output. When this parameter is used, ListTasks
only returns maxResults
results in a single page along with a nextToken
response element. The remaining results of the initial request can be seen by sending another ListTasks
request with the returned nextToken
value. This value can be between 1 and 100. If this parameter is not used, then ListTasks
returns up to 100 results and a nextToken
value if applicable.
Definition at line 353 of file ListTasksRequest.h.
|
inline |
The nextToken
value returned from a ListTasks
request indicating that more results are available to fulfill the request and further calls will be needed. If maxResults
was provided, it is possible the number of results to be fewer than maxResults
.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
Definition at line 293 of file ListTasksRequest.h.
|
inline |
The nextToken
value returned from a ListTasks
request indicating that more results are available to fulfill the request and further calls will be needed. If maxResults
was provided, it is possible the number of results to be fewer than maxResults
.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
Definition at line 282 of file ListTasksRequest.h.
|
inline |
The nextToken
value returned from a ListTasks
request indicating that more results are available to fulfill the request and further calls will be needed. If maxResults
was provided, it is possible the number of results to be fewer than maxResults
.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
Definition at line 304 of file ListTasksRequest.h.
|
inline |
The name of the service with which to filter the ListTasks
results. Specifying a serviceName
limits the results to tasks that belong to that service.
Definition at line 460 of file ListTasksRequest.h.
|
inline |
The name of the service with which to filter the ListTasks
results. Specifying a serviceName
limits the results to tasks that belong to that service.
Definition at line 453 of file ListTasksRequest.h.
|
inline |
The name of the service with which to filter the ListTasks
results. Specifying a serviceName
limits the results to tasks that belong to that service.
Definition at line 467 of file ListTasksRequest.h.
|
inline |
The startedBy
value with which to filter the task results. Specifying a startedBy
value limits the results to tasks that were started with that value.
Definition at line 403 of file ListTasksRequest.h.
|
inline |
The startedBy
value with which to filter the task results. Specifying a startedBy
value limits the results to tasks that were started with that value.
Definition at line 396 of file ListTasksRequest.h.
|
inline |
The startedBy
value with which to filter the task results. Specifying a startedBy
value limits the results to tasks that were started with that value.
Definition at line 410 of file ListTasksRequest.h.