@Generated(value="software.amazon.awssdk:codegen") public final class ListTaskDefinitionsRequest extends EcsRequest implements ToCopyableBuilder<ListTaskDefinitionsRequest.Builder,ListTaskDefinitionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTaskDefinitionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTaskDefinitionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
familyPrefix()
The full family name to filter the
ListTaskDefinitions results with. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of task definition results that
ListTaskDefinitions returned in paginated output. |
String |
nextToken()
The
nextToken value returned from a ListTaskDefinitions request indicating that more
results are available to fulfill the request and further calls will be needed. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListTaskDefinitionsRequest.Builder> |
serializableBuilderClass() |
SortOrder |
sort()
The order to sort the results in.
|
String |
sortAsString()
The order to sort the results in.
|
TaskDefinitionStatus |
status()
The task definition status to filter the
ListTaskDefinitions results with. |
String |
statusAsString()
The task definition status to filter the
ListTaskDefinitions results with. |
ListTaskDefinitionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String familyPrefix()
The full family name to filter the ListTaskDefinitions results with. Specifying a
familyPrefix limits the listed task definitions to task definition revisions that belong to that
family.
ListTaskDefinitions results with. Specifying a
familyPrefix limits the listed task definitions to task definition revisions that belong to
that family.public final TaskDefinitionStatus status()
The task definition status to filter the ListTaskDefinitions results with. By default, only
ACTIVE task definitions are listed. By setting this parameter to INACTIVE, you can view
task definitions that are INACTIVE as long as an active task or service still references them. If
you paginate the resulting output, be sure to keep the status value constant in each subsequent
request.
If the service returns an enum value that is not available in the current SDK version, status will
return TaskDefinitionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ListTaskDefinitions results with. By default, only
ACTIVE task definitions are listed. By setting this parameter to INACTIVE, you
can view task definitions that are INACTIVE as long as an active task or service still
references them. If you paginate the resulting output, be sure to keep the status value
constant in each subsequent request.TaskDefinitionStatuspublic final String statusAsString()
The task definition status to filter the ListTaskDefinitions results with. By default, only
ACTIVE task definitions are listed. By setting this parameter to INACTIVE, you can view
task definitions that are INACTIVE as long as an active task or service still references them. If
you paginate the resulting output, be sure to keep the status value constant in each subsequent
request.
If the service returns an enum value that is not available in the current SDK version, status will
return TaskDefinitionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ListTaskDefinitions results with. By default, only
ACTIVE task definitions are listed. By setting this parameter to INACTIVE, you
can view task definitions that are INACTIVE as long as an active task or service still
references them. If you paginate the resulting output, be sure to keep the status value
constant in each subsequent request.TaskDefinitionStatuspublic final SortOrder sort()
The order to sort the results in. Valid values are ASC and DESC. By default, (
ASC) task definitions are listed lexicographically by family name and in ascending numerical order
by revision so that the newest task definitions in a family are listed last. Setting this parameter to
DESC reverses the sort order on family name and revision. This is so that the newest task
definitions in a family are listed first.
If the service returns an enum value that is not available in the current SDK version, sort will return
SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortAsString().
ASC and DESC. By default, (
ASC) task definitions are listed lexicographically by family name and in ascending numerical
order by revision so that the newest task definitions in a family are listed last. Setting this parameter
to DESC reverses the sort order on family name and revision. This is so that the newest task
definitions in a family are listed first.SortOrderpublic final String sortAsString()
The order to sort the results in. Valid values are ASC and DESC. By default, (
ASC) task definitions are listed lexicographically by family name and in ascending numerical order
by revision so that the newest task definitions in a family are listed last. Setting this parameter to
DESC reverses the sort order on family name and revision. This is so that the newest task
definitions in a family are listed first.
If the service returns an enum value that is not available in the current SDK version, sort will return
SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortAsString().
ASC and DESC. By default, (
ASC) task definitions are listed lexicographically by family name and in ascending numerical
order by revision so that the newest task definitions in a family are listed last. Setting this parameter
to DESC reverses the sort order on family name and revision. This is so that the newest task
definitions in a family are listed first.SortOrderpublic final String nextToken()
The nextToken value returned from a ListTaskDefinitions 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.
nextToken value returned from a ListTaskDefinitions 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.
public final Integer maxResults()
The maximum number of task definition results that ListTaskDefinitions returned in paginated output.
When this parameter is used, ListTaskDefinitions 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 ListTaskDefinitions request with the returned nextToken
value. This value can be between 1 and 100. If this parameter isn't used, then ListTaskDefinitions
returns up to 100 results and a nextToken value if applicable.
ListTaskDefinitions returned in paginated
output. When this parameter is used, ListTaskDefinitions 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
ListTaskDefinitions request with the returned nextToken value. This value can
be between 1 and 100. If this parameter isn't used, then ListTaskDefinitions returns up to
100 results and a nextToken value if applicable.public ListTaskDefinitionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTaskDefinitionsRequest.Builder,ListTaskDefinitionsRequest>toBuilder in class EcsRequestpublic static ListTaskDefinitionsRequest.Builder builder()
public static Class<? extends ListTaskDefinitionsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.