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