Class ListTaskDefinitionFamiliesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.ecs.model.EcsRequest
-
- software.amazon.awssdk.services.ecs.model.ListTaskDefinitionFamiliesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListTaskDefinitionFamiliesRequest.Builder,ListTaskDefinitionFamiliesRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListTaskDefinitionFamiliesRequest extends EcsRequest implements ToCopyableBuilder<ListTaskDefinitionFamiliesRequest.Builder,ListTaskDefinitionFamiliesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListTaskDefinitionFamiliesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListTaskDefinitionFamiliesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfamilyPrefix()ThefamilyPrefixis a string that's used to filter the results ofListTaskDefinitionFamilies.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of task definition family results thatListTaskDefinitionFamiliesreturned in paginated output.StringnextToken()ThenextTokenvalue returned from aListTaskDefinitionFamiliesrequest indicating that more results are available to fulfill the request and further calls will be needed.List<SdkField<?>>sdkFields()static Class<? extends ListTaskDefinitionFamiliesRequest.Builder>serializableBuilderClass()TaskDefinitionFamilyStatusstatus()The task definition family status to filter theListTaskDefinitionFamiliesresults with.StringstatusAsString()The task definition family status to filter theListTaskDefinitionFamiliesresults with.ListTaskDefinitionFamiliesRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
familyPrefix
public final String familyPrefix()
The
familyPrefixis a string that's used to filter the results ofListTaskDefinitionFamilies. If you specify afamilyPrefix, only task definition family names that begin with thefamilyPrefixstring are returned.- Returns:
- The
familyPrefixis a string that's used to filter the results ofListTaskDefinitionFamilies. If you specify afamilyPrefix, only task definition family names that begin with thefamilyPrefixstring are returned.
-
status
public final TaskDefinitionFamilyStatus status()
The task definition family status to filter the
ListTaskDefinitionFamiliesresults with. By default, bothACTIVEandINACTIVEtask definition families are listed. If this parameter is set toACTIVE, only task definition families that have anACTIVEtask definition revision are returned. If this parameter is set toINACTIVE, only task definition families that do not have anyACTIVEtask definition revisions are returned. If you paginate the resulting output, be sure to keep thestatusvalue constant in each subsequent request.If the service returns an enum value that is not available in the current SDK version,
statuswill returnTaskDefinitionFamilyStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The task definition family status to filter the
ListTaskDefinitionFamiliesresults with. By default, bothACTIVEandINACTIVEtask definition families are listed. If this parameter is set toACTIVE, only task definition families that have anACTIVEtask definition revision are returned. If this parameter is set toINACTIVE, only task definition families that do not have anyACTIVEtask definition revisions are returned. If you paginate the resulting output, be sure to keep thestatusvalue constant in each subsequent request. - See Also:
TaskDefinitionFamilyStatus
-
statusAsString
public final String statusAsString()
The task definition family status to filter the
ListTaskDefinitionFamiliesresults with. By default, bothACTIVEandINACTIVEtask definition families are listed. If this parameter is set toACTIVE, only task definition families that have anACTIVEtask definition revision are returned. If this parameter is set toINACTIVE, only task definition families that do not have anyACTIVEtask definition revisions are returned. If you paginate the resulting output, be sure to keep thestatusvalue constant in each subsequent request.If the service returns an enum value that is not available in the current SDK version,
statuswill returnTaskDefinitionFamilyStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The task definition family status to filter the
ListTaskDefinitionFamiliesresults with. By default, bothACTIVEandINACTIVEtask definition families are listed. If this parameter is set toACTIVE, only task definition families that have anACTIVEtask definition revision are returned. If this parameter is set toINACTIVE, only task definition families that do not have anyACTIVEtask definition revisions are returned. If you paginate the resulting output, be sure to keep thestatusvalue constant in each subsequent request. - See Also:
TaskDefinitionFamilyStatus
-
nextToken
public final String nextToken()
The
nextTokenvalue returned from aListTaskDefinitionFamiliesrequest indicating that more results are available to fulfill the request and further calls will be needed. IfmaxResultswas provided, it is possible the number of results to be fewer thanmaxResults.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.
- Returns:
- The
nextTokenvalue returned from aListTaskDefinitionFamiliesrequest indicating that more results are available to fulfill the request and further calls will be needed. IfmaxResultswas provided, it is possible the number of results to be fewer thanmaxResults.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.
-
maxResults
public final Integer maxResults()
The maximum number of task definition family results that
ListTaskDefinitionFamiliesreturned in paginated output. When this parameter is used,ListTaskDefinitionsonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListTaskDefinitionFamiliesrequest with the returnednextTokenvalue. This value can be between 1 and 100. If this parameter isn't used, thenListTaskDefinitionFamiliesreturns up to 100 results and anextTokenvalue if applicable.- Returns:
- The maximum number of task definition family results that
ListTaskDefinitionFamiliesreturned in paginated output. When this parameter is used,ListTaskDefinitionsonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListTaskDefinitionFamiliesrequest with the returnednextTokenvalue. This value can be between 1 and 100. If this parameter isn't used, thenListTaskDefinitionFamiliesreturns up to 100 results and anextTokenvalue if applicable.
-
toBuilder
public ListTaskDefinitionFamiliesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListTaskDefinitionFamiliesRequest.Builder,ListTaskDefinitionFamiliesRequest>- Specified by:
toBuilderin classEcsRequest
-
builder
public static ListTaskDefinitionFamiliesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListTaskDefinitionFamiliesRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-