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