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