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