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