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