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