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