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