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