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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<DisassociateLicenseRequest>- Parameters:
 disassociateLicenseRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -