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