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