Class ListTaskDefinitionsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ecs.transform.ListTaskDefinitionsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListTaskDefinitionsRequest>
@Generated("software.amazon.awssdk:codegen")
public class ListTaskDefinitionsRequestMarshaller
extends Object
implements Marshaller<ListTaskDefinitionsRequest>
ListTaskDefinitionsRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionListTaskDefinitionsRequestMarshaller
(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(ListTaskDefinitionsRequest listTaskDefinitionsRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
ListTaskDefinitionsRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ListTaskDefinitionsRequest>
- Parameters:
listTaskDefinitionsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-