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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetBackendJobRequest>- Parameters:
getBackendJobRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-