Class DisassociateKmsKeyRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.cloudwatchlogs.transform.DisassociateKmsKeyRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DisassociateKmsKeyRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DisassociateKmsKeyRequestMarshaller
extends Object
implements Marshaller<DisassociateKmsKeyRequest>
DisassociateKmsKeyRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionDisassociateKmsKeyRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DisassociateKmsKeyRequest disassociateKmsKeyRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DisassociateKmsKeyRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DisassociateKmsKeyRequest>
- Parameters:
- disassociateKmsKeyRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-