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