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