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