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