Class BatchGetImageRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.ecr.transform.BatchGetImageRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<BatchGetImageRequest>
@Generated("software.amazon.awssdk:codegen") public class BatchGetImageRequestMarshaller extends Object implements Marshaller<BatchGetImageRequest>
BatchGetImageRequest
Marshaller
-
-
Constructor Summary
Constructors Constructor Description BatchGetImageRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequest
marshall(BatchGetImageRequest batchGetImageRequest)
-
-
-
Constructor Detail
-
BatchGetImageRequestMarshaller
public BatchGetImageRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(BatchGetImageRequest batchGetImageRequest)
- Specified by:
marshall
in interfaceMarshaller<BatchGetImageRequest>
-
-