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