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