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