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