Class UpdateParticipantAuthenticationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.connect.transform.UpdateParticipantAuthenticationRequestMarshaller
- All Implemented Interfaces:
Marshaller<UpdateParticipantAuthenticationRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<UpdateParticipantAuthenticationRequest>
- Parameters:
updateParticipantAuthenticationRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-