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