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