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