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