Class GetBacklogTaskRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.devopsagent.transform.GetBacklogTaskRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetBacklogTaskRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetBacklogTaskRequestMarshaller
extends Object
implements Marshaller<GetBacklogTaskRequest>
GetBacklogTaskRequest Marshaller-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshall(GetBacklogTaskRequest getBacklogTaskRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
GetBacklogTaskRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetBacklogTaskRequest>- Parameters:
getBacklogTaskRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-