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