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