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