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