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