private DescribeRepositoryAssociationResponse readResource()

in aws-codegurureviewer-repositoryassociation/src/main/java/software/amazon/codegurureviewer/repositoryassociation/ReadHandler.java [44:54]


    private DescribeRepositoryAssociationResponse readResource(
            final DescribeRepositoryAssociationRequest describeRepositoryAssociationRequest,
            final ProxyClient<CodeGuruReviewerClient> proxyClient,
            final ResourceModel model) {

        DescribeRepositoryAssociationResponse awsResponse = describeRepositoryAssociation(describeRepositoryAssociationRequest, proxyClient, model);
        logger.log(String.format("DescribeRepositoryAssociation response: %s", awsResponse.toString()));
        logger.log(String.format("%s has successfully been read.", ResourceModel.TYPE_NAME));

        return awsResponse;
    }