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