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