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