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