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