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