Class CancelParticipantAuthenticationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.connectparticipant.transform.CancelParticipantAuthenticationRequestMarshaller
- All Implemented Interfaces:
Marshaller<CancelParticipantAuthenticationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CancelParticipantAuthenticationRequest>- Parameters:
cancelParticipantAuthenticationRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-