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