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