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